Class MethodFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ognl.OgnlException
ognl.MethodFailedException
- All Implemented Interfaces:
Serializable
Exception thrown if a method or constructor call fails.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodFailedException(Object source, String name) MethodFailedException(Object source, String name, Throwable reason) -
Method Summary
Methods inherited from class OgnlException
getEvaluation, getReason, setEvaluation, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MethodFailedException
-
MethodFailedException
-