Package javax.el

Class MethodNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      MethodNotFoundException​()
      Creates a MethodNotFoundException with no detail message.
      MethodNotFoundException​(java.lang.String message)
      Creates a MethodNotFoundException with the provided detail message.
      MethodNotFoundException​(java.lang.String pMessage, java.lang.Throwable pRootCause)
      Creates a MethodNotFoundException with the given detail message and root cause.
      MethodNotFoundException​(java.lang.Throwable exception)
      Creates a MethodNotFoundException with the given root cause.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • MethodNotFoundException

        public MethodNotFoundException​()
        Creates a MethodNotFoundException with no detail message.
      • MethodNotFoundException

        public MethodNotFoundException​(java.lang.String message)
        Creates a MethodNotFoundException with the provided detail message.
        Parameters:
        message - the detail message
      • MethodNotFoundException

        public MethodNotFoundException​(java.lang.Throwable exception)
        Creates a MethodNotFoundException with the given root cause.
        Parameters:
        exception - the originating cause of this exception
      • MethodNotFoundException

        public MethodNotFoundException​(java.lang.String pMessage,
                                       java.lang.Throwable pRootCause)
        Creates a MethodNotFoundException with the given detail message and root cause.
        Parameters:
        pMessage - the detail message
        pRootCause - the originating cause of this exception