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: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $)
- 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 © 2009 The Apache Software Foundation. All Rights Reserved.