Serialized Form
serialVersionUID: 1L
cause
Throwable cause
- The cause of this exception, i.e. the Throwable that caused this exception to be thrown.
 Note that JSF1.1 is required to be compatible with java 1.3; so no "exception chaining"
 support can be assumed in the base RuntimeException class. Here it is emulated so that
 in a java-1.4 (or later) environment this class works like other exceptions.
 
 
 
| Package javax.faces.application | 
serialVersionUID: 4851488727794169661L
readObject
private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
- 
- Throws:
- IOException
- ClassNotFoundException
 
writeObject
private void writeObject(ObjectOutputStream out)
                  throws IOException
- 
- Throws:
- IOException
 
_summary
String _summary
_detail
String _detail
| Package javax.faces.convert | 
serialVersionUID: 8668056061177480197L
_facesMessage
FacesMessage _facesMessage
serialVersionUID: 4668524591042216006L
serialVersionUID: 7107789255726890536L
serialVersionUID: -7271529989175141594L
serialVersionUID: -2099185257291689817L
| Package javax.faces.event | 
serialVersionUID: 612682812558934753L
serialVersionUID: 3693030212414392259L
_phaseId
PhaseId _phaseId
serialVersionUID: -7235692965954486239L
_facesContext
FacesContext _facesContext
_phaseId
PhaseId _phaseId
serialVersionUID: -2490528664421353795L
_oldValue
Object _oldValue
_newValue
Object _newValue
| Package javax.faces.model | 
serialVersionUID: 1823115573192262656L
_index
int _index
_data
Object _data
serialVersionUID: 8841094741464512226L
_value
Object _value
_label
String _label
_description
String _description
_disabled
boolean _disabled
serialVersionUID: 849845793056900213L
_selectItems
SelectItem[] _selectItems
| Package javax.faces.validator | 
serialVersionUID: 5965885122446047949L
_facesMessage
FacesMessage _facesMessage
| Package javax.faces.webapp | 
serialVersionUID: 3147657100171678632L
_name
String _name
_value
String _value
serialVersionUID: -6168345066829108081L
_converterId
String _converterId
serialVersionUID: -5254277925259361302L
_name
String _name
serialVersionUID: 8794036166323016663L
_validatorId
String _validatorId
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.