ognl
Class MethodFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byognl.OgnlException
              extended byognl.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

Constructor Summary
MethodFailedException(Object source, String name, Throwable reason)
           
 
Methods inherited from class ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodFailedException

public MethodFailedException(Object source,
                             String name,
                             Throwable reason)

OGNL Project Page