Package org.mvel2
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 org.mvel2.CompileException
getCodeNearError, getColumn, getCursor, getCursorOffet, getErrors, getExpr, getLastLineStart, getLineNumber, getMessage, setColumn, setCursor, setErrors, setEvaluationContext, setExpr, setLastLineStart, setLineNumber, toString
Methods inherited from class java.lang.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
-