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.
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
- Serialized Form
MethodFailedException
public MethodFailedException(Object source,
String name)
MethodFailedException
public MethodFailedException(Object source,
String name,
Throwable reason)
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.