EAF 7.6 Util

Serialized Form


Package com.lutris.util

Class com.lutris.util.ChainedError extends java.lang.Error implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.lutris.util.ChainedException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.lutris.util.ChainedRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.lutris.util.Config extends KeywordValueTable implements Serializable

Serialized Fields

configFile

org.enhydra.util.ConfigFileInterface configFile
The ConfigFile object this Config is associated with (if any)

Class com.lutris.util.ConfigException extends com.lutris.util.KeywordValueException implements Serializable

Serialized Fields

reason

int reason

Class com.lutris.util.Currency extends java.math.BigDecimal implements Serializable

Class com.lutris.util.FatalExceptionError extends java.lang.Error implements Serializable

Serialized Fields

except

java.lang.Exception except

Class com.lutris.util.KeywordValueException extends java.lang.Exception implements Serializable

Class com.lutris.util.KeywordValueTable extends java.lang.Object implements Serializable

Serialized Fields

hashTable

java.util.Hashtable<K,V> hashTable

Class com.lutris.util.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.lutris.util.PersistentStoreException extends com.lutris.util.ChainedException implements Serializable

Class com.lutris.util.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.enhydra.tool.swing.layout

Class org.enhydra.tool.swing.layout.XYConstraints extends java.lang.Object implements Serializable

Serialized Fields

x

int x

y

int y

width

int width

height

int height

Class org.enhydra.tool.swing.layout.XYLayout extends java.lang.Object implements Serializable

serialVersionUID: 200L

Serialized Fields

width

int width

height

int height

info

java.util.Hashtable<K,V> info

Package org.enhydra.xml

Class org.enhydra.xml.NodeDOMException extends org.w3c.dom.DOMException implements Serializable


Package org.enhydra.xml.io

Class org.enhydra.xml.io.XMLIOError extends org.enhydra.error.ChainedError implements Serializable

Class org.enhydra.xml.io.XmlReaderException extends java.io.IOException implements Serializable

Serialized Fields

_bomEncoding

java.lang.String _bomEncoding

_xmlGuessEncoding

java.lang.String _xmlGuessEncoding

_xmlEncoding

java.lang.String _xmlEncoding

_contentTypeMime

java.lang.String _contentTypeMime

_contentTypeEncoding

java.lang.String _contentTypeEncoding

_is

java.io.InputStream _is


EAF 7.6 Util