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:
java.io.Serializable
public class MethodFailedException extends OgnlException
Exception thrown if a method or constructor call fails.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.commons.ognl.OgnlException
initCause
-
-
Constructor Summary
Constructors Constructor Description MethodFailedException(java.lang.Object source, java.lang.String name)
MethodFailedException(java.lang.Object source, java.lang.String name, java.lang.Throwable reason)
-
Method Summary
-
Methods inherited from class org.apache.commons.ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-