Serialized Form


Package org.opendoors.util

Class org.opendoors.util.Timer implements Serializable

Serialized Fields

name

java.lang.String name
The name.

period

int period
The interval for firing.

oneShot

boolean oneShot
Is a one shot timer.


Package org.webmacro

Class org.webmacro.ContextException implements Serializable

Class org.webmacro.InitException implements Serializable

Class org.webmacro.InvalidContextException implements Serializable

Class org.webmacro.InvalidTypeException implements Serializable

Class org.webmacro.NotFoundException implements Serializable

Class org.webmacro.PropertyException implements Serializable

Class org.webmacro.PropertyException.InvalidTypeException implements Serializable

Class org.webmacro.PropertyException.NoSuchMethodException implements Serializable

Serialized Fields

methodName

java.lang.String methodName

className

java.lang.String className

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.NoSuchMethodWithArgumentsException implements Serializable

Serialized Fields

methodName

java.lang.String methodName

className

java.lang.String className

arguments

java.lang.String arguments

Class org.webmacro.PropertyException.NoSuchPropertyException implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

className

java.lang.String className

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.NoSuchVariableException implements Serializable

Serialized Fields

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.NullToStringException implements Serializable

Serialized Fields

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.NullValueException implements Serializable

Serialized Fields

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.RestrictedMethodException implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

className

java.lang.String className

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.RestrictedPropertyException implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

className

java.lang.String className

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.VoidValueException implements Serializable

Serialized Fields

variableName

java.lang.String variableName

Class org.webmacro.ResourceException implements Serializable

Class org.webmacro.RethrowableException implements Serializable

Serialized Fields

caught

java.lang.Throwable caught

Class org.webmacro.RethrowableRuntimeException implements Serializable

Serialized Fields

caught

java.lang.Throwable caught

Class org.webmacro.TemplateException implements Serializable

Class org.webmacro.UnsettableException implements Serializable

Class org.webmacro.WebMacroException implements Serializable

Class org.webmacro.WebMacroRuntimeException implements Serializable


Package org.webmacro.directive

Class org.webmacro.directive.Directive.NotSimpleVariableBuildException implements Serializable

Class org.webmacro.directive.Directive.NotVariableBuildException implements Serializable


Package org.webmacro.engine

Class org.webmacro.engine.BuildException implements Serializable

Class org.webmacro.engine.IntrospectionException implements Serializable

Class org.webmacro.engine.ListBuilder implements Serializable

Class org.webmacro.engine.ParseException implements Serializable

Class org.webmacro.engine.QuotedStringBuilder implements Serializable


Package org.webmacro.parser

Class org.webmacro.parser.ParseException 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.webmacro.parser.ParserRuntimeException implements Serializable

Class org.webmacro.parser.TokenMgrError 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.webmacro.resource

Class org.webmacro.resource.InvalidResourceException implements Serializable


Package org.webmacro.servlet

Class org.webmacro.servlet.ConfigException implements Serializable

Class org.webmacro.servlet.HandlerException implements Serializable

Class org.webmacro.servlet.WMServlet implements Serializable

Serialized Fields

_wm

WebMacro _wm

_broker

Broker _broker

_wcPrototype

WebContext _wcPrototype

_started

boolean _started

_log

Log _log
Log object used to write out messages

_problem

java.lang.String _problem
null means all OK


Package org.webmacro.util

Class org.webmacro.util.InvalidArgumentException implements Serializable

Class org.webmacro.util.LogTargetFactory.LogCreationException implements Serializable