Package ognl

Class MethodFailedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MethodFailedException

        public MethodFailedException​(java.lang.Object source,
                                     java.lang.String name)
      • MethodFailedException

        public MethodFailedException​(java.lang.Object source,
                                     java.lang.String name,
                                     java.lang.Throwable reason)