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
public class PropertyAccessException extends CompileException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyAccessException(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 Detail
-
PropertyAccessException
public PropertyAccessException(String message, char[] expr, int cursor, Throwable e, ParserContext pCtx)
-
PropertyAccessException
public PropertyAccessException(String message, char[] expr, int cursor, ParserContext pCtx)
-
-