Package ognl
Class MethodFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ognl.OgnlException
-
- ognl.MethodFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class MethodFailedException extends OgnlException
Exception thrown if a method or constructor call fails.- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
- Serialized Form
-
-
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 ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
-
-