Serialized Form


Package gov.llnl.babel

Class gov.llnl.babel.CollectionException extends java.lang.Exception implements Serializable

serialVersionUID: -8616804579566144307L

Serialized Fields

d_exceptions

java.util.List d_exceptions

Package gov.llnl.babel.backend

Class gov.llnl.babel.backend.CodeGenerationException extends java.lang.Exception implements Serializable

serialVersionUID: -302058486968334305L


Package gov.llnl.babel.backend.html

Class gov.llnl.babel.backend.html.BabelDocException extends java.lang.Exception implements Serializable

serialVersionUID: -2960884882516858050L


Package gov.llnl.babel.cli

Class gov.llnl.babel.cli.CorruptSymbolException extends java.lang.Exception implements Serializable

Class gov.llnl.babel.cli.InvalidArgumentException extends java.lang.Exception implements Serializable

serialVersionUID: 1907762212216390593L

Class gov.llnl.babel.cli.InvalidOptionException extends java.lang.Exception implements Serializable

serialVersionUID: -4808370710169157879L

Class gov.llnl.babel.cli.NameCollisionException extends java.lang.Exception implements Serializable

serialVersionUID: 8591645719084802741L

Serialized Fields

d_cls

CommandLineSwitch d_cls
Hold the entry that was in conflict with the new value.


Package gov.llnl.babel.config

Class gov.llnl.babel.config.InvalidConfiguration extends java.lang.Exception implements Serializable

serialVersionUID: 2499006165701464582L


Package gov.llnl.babel.parsers.sidl2

Class gov.llnl.babel.parsers.sidl2.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 gov.llnl.babel.parsers.sidl2.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 gov.llnl.babel.parsers.xml

Class gov.llnl.babel.parsers.xml.ParseSymbolException extends java.lang.Exception implements Serializable

serialVersionUID: 4837147682889133035L


Package gov.llnl.babel.repository

Class gov.llnl.babel.repository.RepositoryException extends java.lang.Exception implements Serializable

serialVersionUID: 1006206012544843289L


Package gov.llnl.babel.symbols

Class gov.llnl.babel.symbols.AssertionException extends java.lang.Exception implements Serializable

serialVersionUID: -7327461824018572753L

Class gov.llnl.babel.symbols.BadRegexException extends java.lang.Exception implements Serializable

serialVersionUID: 7705313585091411120L

Class gov.llnl.babel.symbols.RegexUnsupportedException extends java.lang.Exception implements Serializable

serialVersionUID: 1574774767732047799L

Class gov.llnl.babel.symbols.SymbolNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: -1415030620975550060L

Serialized Fields

d_id

SymbolID d_id

Class gov.llnl.babel.symbols.SymbolRedefinitionException extends java.lang.Exception implements Serializable

serialVersionUID: -8991682236605265312L

Serialized Fields

d_new

SymbolID d_new

d_old

SymbolID d_old

Class gov.llnl.babel.symbols.UnknownAttributeException extends java.lang.RuntimeException implements Serializable

Class gov.llnl.babel.symbols.UnknownEnumException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 846227056106610091L

Serialized Fields

d_enumerator

java.lang.String d_enumerator

Package gov.llnl.babel.url

Class gov.llnl.babel.url.HttpException extends java.io.IOException implements Serializable

serialVersionUID: -3557943827012863057L

Serialized Fields

d_response_code

int d_response_code

Package gov.llnl.babel.url.cookie

Class gov.llnl.babel.url.cookie.Cookie extends java.lang.Object implements Serializable

serialVersionUID: 6608089316513898159L

Serialized Fields

d_name

java.lang.String d_name
The cookie's name.


d_value

java.lang.String d_value
The cookie's value.


d_comment

java.lang.String d_comment
The cookie's comment.


d_urlComment

java.lang.String d_urlComment
The cookie's URL comment.


d_domain

java.lang.String d_domain
The cookie's domain.


d_maxAge

int d_maxAge
The cookie's maximum age in delta-seconds. A negative value means that the user did not specify a maximum age.


d_expiration

java.util.Date d_expiration
The cookie's expiration date & time. Calculated from the Max-Age attribute and the cookie's creation time.


d_path

java.lang.String d_path
The cookie's path (indicates a subset of the server's URLs).


d_ports

java.lang.String d_ports
The cookie's ports.


d_secure

boolean d_secure
Whether the cookie requires a secure connection.


d_discard

boolean d_discard
Whether the cookie should disappear when the user agent exists.


d_discardExplicit

boolean d_discardExplicit
Whether the discard attribute was set explicitly or by default.


d_version

java.lang.String d_version
The cookie description's version.

Class gov.llnl.babel.url.cookie.CookieCrumbleException extends java.lang.Exception implements Serializable

serialVersionUID: 4791802678446646126L

Class gov.llnl.babel.url.cookie.CookieJar extends java.lang.Object implements Serializable

serialVersionUID: -7632996348979064376L

Serialized Fields

d_cookies

java.util.LinkedList d_cookies

Class gov.llnl.babel.url.cookie.LexicalException extends java.lang.Exception implements Serializable

serialVersionUID: -1621109456778766122L


Package gov.llnl.sidl

Class gov.llnl.sidl.BaseClass extends java.lang.RuntimeException implements Serializable

Serialized Fields

d_ior

long d_ior

Package sidl

Class sidl.DoubleComplex extends java.lang.Object implements Serializable

serialVersionUID: -633126172485117692L

Serialized Fields

re

double re
Real part of the DoubleComplex.

im

double im
Imaginary part of the DoubleComplex.

Class sidl.FloatComplex extends java.lang.Object implements Serializable

serialVersionUID: -633126172485117692L

Serialized Fields

re

float re
Real part of the FloatComplex.

im

float im
Imaginary part of the FloatComplex.