Package org.apache.commons.ognl
Class MethodFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.ognl.OgnlException
-
- org.apache.commons.ognl.MethodFailedException
-
- All Implemented Interfaces:
Serializable
public class MethodFailedException extends OgnlException
Exception thrown if a method or constructor call fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodFailedException(Object source, String name)
MethodFailedException(Object source, String name, Throwable reason)
-
Method Summary
-
Methods inherited from class org.apache.commons.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
-
-