Package ognl
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.
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodFailedException
(Object source, String name) MethodFailedException
(Object source, String name, Throwable reason) -
Method Summary
Methods inherited from class ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
MethodFailedException
-
MethodFailedException
-