Serialized Form
Class com.lutris.util.ChainedError extends java.lang.Error implements Serializable |
cause
java.lang.Throwable cause
Class com.lutris.util.ChainedException extends java.lang.Exception implements Serializable |
cause
java.lang.Throwable cause
Class com.lutris.util.ChainedRuntimeException extends java.lang.RuntimeException implements Serializable |
cause
java.lang.Throwable cause
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 |
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 |
except
java.lang.Exception except
Class com.lutris.util.KeywordValueException extends java.lang.Exception implements Serializable |
hashTable
java.util.Hashtable<K,V> hashTable
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 |
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 |
x
int x
y
int y
width
int width
height
int height
serialVersionUID: 200L
width
int width
height
int height
info
java.util.Hashtable<K,V> info
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 |
_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