Serialized Form


Package javax.faces

Class javax.faces.FacesException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class javax.faces.application.FacesMessage extends Object implements Serializable

serialVersionUID: 4851488727794169661L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

_summary

String _summary

_detail

String _detail

Package javax.faces.convert

Class javax.faces.convert.ConverterException extends FacesException implements Serializable

serialVersionUID: 8668056061177480197L

Serialized Fields

_facesMessage

FacesMessage _facesMessage

Package javax.faces.el

Class javax.faces.el.EvaluationException extends FacesException implements Serializable

serialVersionUID: 4668524591042216006L

Class javax.faces.el.MethodNotFoundException extends EvaluationException implements Serializable

serialVersionUID: 7107789255726890536L

Class javax.faces.el.PropertyNotFoundException extends EvaluationException implements Serializable

serialVersionUID: -7271529989175141594L

Class javax.faces.el.ReferenceSyntaxException extends EvaluationException implements Serializable

serialVersionUID: -2099185257291689817L


Package javax.faces.event

Class javax.faces.event.AbortProcessingException extends FacesException implements Serializable

serialVersionUID: 612682812558934753L

Class javax.faces.event.ActionEvent extends FacesEvent implements Serializable

serialVersionUID: 3693030212414392259L

Class javax.faces.event.FacesEvent extends EventObject implements Serializable

Serialized Fields

_phaseId

PhaseId _phaseId

Class javax.faces.event.PhaseEvent extends EventObject implements Serializable

serialVersionUID: -7235692965954486239L

Serialized Fields

_facesContext

FacesContext _facesContext

_phaseId

PhaseId _phaseId

Class javax.faces.event.ValueChangeEvent extends FacesEvent implements Serializable

serialVersionUID: -2490528664421353795L

Serialized Fields

_oldValue

Object _oldValue

_newValue

Object _newValue

Package javax.faces.model

Class javax.faces.model.DataModelEvent extends EventObject implements Serializable

serialVersionUID: 1823115573192262656L

Serialized Fields

_index

int _index

_data

Object _data

Class javax.faces.model.SelectItem extends Object implements Serializable

serialVersionUID: 8841094741464512226L

Serialized Fields

_value

Object _value

_label

String _label

_description

String _description

_disabled

boolean _disabled

Class javax.faces.model.SelectItemGroup extends SelectItem implements Serializable

serialVersionUID: 849845793056900213L

Serialized Fields

_selectItems

SelectItem[] _selectItems

Package javax.faces.validator

Class javax.faces.validator.ValidatorException extends FacesException implements Serializable

serialVersionUID: 5965885122446047949L

Serialized Fields

_facesMessage

FacesMessage _facesMessage

Package javax.faces.webapp

Class javax.faces.webapp.AttributeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 3147657100171678632L

Serialized Fields

_name

String _name

_value

String _value

Class javax.faces.webapp.ConverterTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -6168345066829108081L

Serialized Fields

_converterId

String _converterId

Class javax.faces.webapp.FacetTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5254277925259361302L

Serialized Fields

_name

String _name

Class javax.faces.webapp.ValidatorTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8794036166323016663L

Serialized Fields

_validatorId

String _validatorId



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