Serialized Form


Package com.sun.resolver

Class com.sun.resolver.CatalogException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.


exceptionType

int exceptionType


Package org.apache.regex

Class org.apache.regex.ParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

location

int location

Class org.apache.regex.RegularExpression extends java.lang.Object implements Serializable

Serialized Fields

regex

java.lang.String regex
A regular expression.

 

options

int options
 

nofparen

int nofparen
The number of parenthesis in the regular expression.

 

tokentree

Token tokentree
Internal representation of the regular expression.

 

hasBackReferences

boolean hasBackReferences


Package org.jbind.base

Class org.jbind.base.UnexpectedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

myException

java.lang.Exception myException


Package org.jbind.javaParser

Class org.jbind.javaParser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.jbind.javaParser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.jbind.util.other

Class org.jbind.util.other.StrBuffer extends java.lang.Object implements Serializable

serialVersionUID: 3388685877147921107l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

value

char[] value

count

int count

shared

boolean shared


Package org.jbind.xml.base

Class org.jbind.xml.base.QName extends java.lang.Object implements Serializable

Serialized Fields

myPrefix

java.lang.String myPrefix

myLocalPart

java.lang.String myLocalPart

myNamespace

java.lang.String myNamespace


Package org.jbind.xml.dom3.core

Class org.jbind.xml.dom3.core.DomException extends org.w3c.dom.DOMException implements Serializable


Package org.jbind.xml.instance.data

Class org.jbind.xml.instance.data.Base64Binary extends Binary implements Serializable

Class org.jbind.xml.instance.data.Binary extends java.lang.Object implements Serializable

Serialized Fields

myValue

byte[] myValue

Class org.jbind.xml.instance.data.Date extends GDate implements Serializable

Class org.jbind.xml.instance.data.DateTime extends PointInTime implements Serializable

Serialized Fields

mySign

int mySign

myYear

int myYear

myMonth

int myMonth

myDay

int myDay

Class org.jbind.xml.instance.data.Duration extends java.lang.Object implements Serializable

Serialized Fields

mySign

int mySign

myYears

int myYears

myMonths

int myMonths

myDays

int myDays

myHours

int myHours

myMinutes

int myMinutes

mySeconds

int mySeconds

myFraction

java.math.BigDecimal myFraction

Class org.jbind.xml.instance.data.GDate extends java.lang.Object implements Serializable

Serialized Fields

mySign

int mySign

myYear

int myYear

myMonth

int myMonth

myDay

int myDay

myTimeZone

ITimeZone myTimeZone

Class org.jbind.xml.instance.data.GDay extends GDate implements Serializable

Class org.jbind.xml.instance.data.GMonth extends GDate implements Serializable

Class org.jbind.xml.instance.data.GMonthDay extends GDate implements Serializable

Class org.jbind.xml.instance.data.GYear extends GDate implements Serializable

Class org.jbind.xml.instance.data.GYearMonth extends GDate implements Serializable

Class org.jbind.xml.instance.data.HexBinary extends Binary implements Serializable

Class org.jbind.xml.instance.data.PointInTime extends java.lang.Object implements Serializable

Serialized Fields

myHour

int myHour

myMinute

int myMinute

mySecond

int mySecond

myFraction

java.math.BigDecimal myFraction

myHadTimeZone

boolean myHadTimeZone

Class org.jbind.xml.instance.data.Time extends PointInTime implements Serializable


Package org.jbind.xml.instance.impl

Class org.jbind.xml.instance.impl.ImplNavigator extends DefaultNavigator implements Serializable


Package org.jbind.xml.msg

Class org.jbind.xml.msg.XmlException extends java.lang.Exception implements Serializable

Serialized Fields

myMessage

IMessage myMessage


Package org.jbind.xml.parser

Class org.jbind.xml.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.jbind.xml.parser.ParsingAbortedException extends java.lang.Exception implements Serializable

Class org.jbind.xml.parser.QualifiedName extends QName implements Serializable

Serialized Fields

line

int line

column

int column

Class org.jbind.xml.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


myErrorLine

int myErrorLine

myErrorColumn

int myErrorColumn


Package org.jbind.xml.schema.xpath

Class org.jbind.xml.schema.xpath.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.jbind.xml.schema.xpath.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.