Save This Page
Home » glassfish-v2ur2-b04-src » javax » el » [javadoc | source]
javax.el
public class: MethodNotFoundException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            javax.el.ELException
               javax.el.MethodNotFoundException

All Implemented Interfaces:
    Serializable

Thrown when a method could not be found while evaluating a MethodExpression .
Constructor:
 public MethodNotFoundException() 
 public MethodNotFoundException(String message) 
    Creates a MethodNotFoundException with the provided detail message.
    Parameters:
    message - the detail message
 public MethodNotFoundException(Throwable exception) 
    Creates a MethodNotFoundException with the given root cause.
    Parameters:
    exception - the originating cause of this exception
 public MethodNotFoundException(String pMessage,
    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
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait