|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mvel2.CompileException
org.mvel2.PropertyAccessException
public class PropertyAccessException
| Constructor Summary | |
|---|---|
PropertyAccessException(String message,
char[] expr,
int cursor)
|
|
PropertyAccessException(String message,
char[] expr,
int cursor,
Throwable e)
|
|
| Method Summary |
|---|
| Methods inherited from class org.mvel2.CompileException |
|---|
getCodeNearError, getColumn, getCursor, getCursorOffet, getErrors, getExpr, getLastLineStart, getLineNumber, getMessage, setColumn, setCursor, setErrors, setExpr, setLastLineStart, setLineNumber, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyAccessException(String message,
char[] expr,
int cursor,
Throwable e)
public PropertyAccessException(String message,
char[] expr,
int cursor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||