Class PropertyAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mvel2.CompileException
org.mvel2.PropertyAccessException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyAccessException(String message, char[] expr, int cursor, Throwable e, ParserContext pCtx) PropertyAccessException(String message, char[] expr, int cursor, ParserContext pCtx) -
Method Summary
Methods inherited from class CompileException
getCodeNearError, getColumn, getCursor, getCursorOffet, getErrors, getExpr, getLastLineStart, getLineNumber, getMessage, setColumn, setCursor, setErrors, setEvaluationContext, setExpr, setLastLineStart, setLineNumber, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PropertyAccessException
public PropertyAccessException(String message, char[] expr, int cursor, Throwable e, ParserContext pCtx) -
PropertyAccessException
-
-
Method Details
-
setParserContext
-