javax.faces.el
Class ReferenceSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by javax.faces.el.EvaluationException
                      extended by javax.faces.el.ReferenceSyntaxException
All Implemented Interfaces:
Serializable

Deprecated.

public class ReferenceSyntaxException
extends EvaluationException

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)
See Also:
Serialized Form

Constructor Summary
ReferenceSyntaxException()
          Deprecated.  
ReferenceSyntaxException(String message)
          Deprecated.  
ReferenceSyntaxException(String message, Throwable cause)
          Deprecated.  
ReferenceSyntaxException(Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
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
 

Constructor Detail

ReferenceSyntaxException

public ReferenceSyntaxException()
Deprecated. 


ReferenceSyntaxException

public ReferenceSyntaxException(String message)
Deprecated. 


ReferenceSyntaxException

public ReferenceSyntaxException(String message,
                                Throwable cause)
Deprecated. 


ReferenceSyntaxException

public ReferenceSyntaxException(Throwable cause)
Deprecated. 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.