Serialized Form


Package org.jibx.runtime

Class org.jibx.runtime.JiBXConstrainedParseException extends JiBXParseException implements Serializable

Serialized Fields

m_allowableValues

java.lang.String[] m_allowableValues

Class org.jibx.runtime.JiBXException extends java.lang.Exception implements Serializable

Serialized Fields

m_rootCause

java.lang.Throwable m_rootCause
Exception that caused this exception.

Class org.jibx.runtime.JiBXParseException extends JiBXException implements Serializable

Serialized Fields

m_value

java.lang.String m_value

m_namespace

java.lang.String m_namespace

m_tagName

java.lang.String m_tagName

Class org.jibx.runtime.RecoverableException extends JiBXException implements Serializable

Class org.jibx.runtime.UnrecoverableException extends JiBXException implements Serializable

Class org.jibx.runtime.ValidationException extends RecoverableException implements Serializable



Project Web Site