Package ognl

Class 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:
  • Constructor Details

    • MethodFailedException

      public MethodFailedException(Object source, String name)
    • MethodFailedException

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