Serialized Form


Package com.thaiopensource.datatype.xsd.regex

Class com.thaiopensource.datatype.xsd.regex.RegexSyntaxException extends java.lang.Exception implements Serializable

Serialized Fields

position

int position


Package com.thaiopensource.relaxng.parse

Class com.thaiopensource.relaxng.parse.BuildException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.thaiopensource.relaxng.parse.IllegalSchemaException extends java.lang.Exception implements Serializable


Package com.thaiopensource.relaxng.parse.compact

Class com.thaiopensource.relaxng.parse.compact.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 com.thaiopensource.relaxng.parse.compact.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 com.thaiopensource.util

Class com.thaiopensource.util.OptionParser.InvalidOptionException extends java.lang.Exception implements Serializable

Class com.thaiopensource.util.OptionParser.MissingArgumentException extends java.lang.Exception implements Serializable


Package com.thaiopensource.validate

Class com.thaiopensource.validate.IncorrectSchemaException extends java.lang.Exception implements Serializable

Class com.thaiopensource.validate.OptionArgumentException extends java.lang.Exception implements Serializable

Class com.thaiopensource.validate.OptionArgumentFormatException extends OptionArgumentException implements Serializable

Class com.thaiopensource.validate.OptionArgumentPresenceException extends OptionArgumentException implements Serializable


Package com.thaiopensource.validate.auto

Class com.thaiopensource.validate.auto.ReparseException extends org.xml.sax.SAXException implements Serializable


Package com.thaiopensource.validate.jarv

Class com.thaiopensource.validate.jarv.JarvConfigurationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

wrapped

org.iso_relax.verifier.VerifierConfigurationException wrapped


Package org.relaxng.datatype

Class org.relaxng.datatype.DatatypeException extends java.lang.Exception implements Serializable

Serialized Fields

index

int index