Save This Page
Home » mojarra-1.2_09-b02-FCS-source » javax.faces.el » [javadoc | source]
javax.faces.el
public class: EvaluationException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            javax.faces.FacesException
               javax.faces.el.EvaluationException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    MethodNotFoundException, PropertyNotFoundException, ReferenceSyntaxException

Deprecated! This - has been replaced by javax.el.ELException .

An exception reporting an error that occurred during the evaluation of an expression in a MethodBinding or ValueBinding .

Constructor:
 public EvaluationException() 
 public EvaluationException(String message) 

    Construct a new exception with the specified detail message and no root cause.

    Parameters:
    message - The detail message for this exception
 public EvaluationException(Throwable cause) 

    Construct a new exception with the specified root cause. The detail message will be set to (cause == null ? null : cause.toString()

    Parameters:
    cause - The root cause for this exception
 public EvaluationException(String message,
    Throwable cause) 

    Construct a new exception with the specified detail message and root cause.

    Parameters:
    message - The detail message for this exception
    cause - The root cause for this exception
Methods from javax.faces.FacesException:
getCause
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