Class MethodNotFoundException

All Implemented Interfaces:
Serializable

public class MethodNotFoundException extends ELException
Thrown when a method referenced in an EL expression cannot be found on the target object.
See Also:
  • Constructor Details

    • MethodNotFoundException

      public MethodNotFoundException()
      Constructs a MethodNotFoundException with no detail message.
    • MethodNotFoundException

      public MethodNotFoundException(String message)
      Constructs a MethodNotFoundException with the specified detail message.
      Parameters:
      message - the detail message
    • MethodNotFoundException

      public MethodNotFoundException(Throwable cause)
      Constructs a MethodNotFoundException with the specified cause.
      Parameters:
      cause - the cause of this exception
    • MethodNotFoundException

      public MethodNotFoundException(String message, Throwable cause)
      Constructs a MethodNotFoundException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception