Class MethodFailedException

All Implemented Interfaces:
Serializable

public class MethodFailedException extends OgnlException
Exception thrown if a method or constructor call fails.
See Also:
  • Field Details

  • Constructor Details

    • MethodFailedException

      public MethodFailedException(Object source, String name)
    • MethodFailedException

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