Package javax.el

Class MethodNotFoundException

All Implemented Interfaces:
Serializable

public class MethodNotFoundException extends ELException
See Also:
  • Constructor Details

    • MethodNotFoundException

      public MethodNotFoundException()
    • MethodNotFoundException

      public MethodNotFoundException(String message)
    • MethodNotFoundException

      public MethodNotFoundException(Throwable cause)
    • MethodNotFoundException

      public MethodNotFoundException(String message, Throwable cause)