javax.faces.el
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.el.EvaluationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MethodNotFoundException, PropertyNotFoundException, ReferenceSyntaxException
- public class EvaluationException
- extends FacesException
see Javadoc of JSF Specification
- Version:
- $Revision: 358099 $ $Date: 2005-12-20 15:40:00 -0500 (Tue, 20 Dec 2005) $
- Author:
- Thomas Spiegl (latest modification by $Author: matzew $)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EvaluationException
public EvaluationException()
EvaluationException
public EvaluationException(java.lang.String message)
EvaluationException
public EvaluationException(java.lang.String message,
java.lang.Throwable cause)
EvaluationException
public EvaluationException(java.lang.Throwable cause)
Copyright 2006 Apache Software Foundation. All Rights Reserved.