Package org.mvel2
Class UnresolveablePropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mvel2.UnresolveablePropertyException
-
- All Implemented Interfaces:
Serializable
public class UnresolveablePropertyException extends RuntimeException
- Author:
- Christopher Brock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnresolveablePropertyException(String name)UnresolveablePropertyException(ASTNode astNode)UnresolveablePropertyException(ASTNode astNode, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()StringgetName()-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getName
public String getName()
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-