Serialized Form


Package org.objectledge

Class org.objectledge.ComponentInitializationError extends Error implements Serializable


Package org.objectledge.authentication

Class org.objectledge.authentication.AuthenticationException extends Exception implements Serializable

Class org.objectledge.authentication.UserAlreadyExistsException extends AuthenticationException implements Serializable

Class org.objectledge.authentication.UserInUseException extends AuthenticationException implements Serializable

Class org.objectledge.authentication.UserUnknownException extends AuthenticationException implements Serializable


Package org.objectledge.cache

Class org.objectledge.cache.NoLongerValidException extends Exception implements Serializable


Package org.objectledge.cache.impl

Class org.objectledge.cache.impl.ForgetfullMapImpl extends HashMap implements Serializable


Package org.objectledge.database.persistence

Class org.objectledge.database.persistence.PersistenceException extends Exception implements Serializable


Package org.objectledge.datatype

Class org.objectledge.datatype.CircularDependencyException extends DatatypeException implements Serializable

Class org.objectledge.datatype.DatatypeException extends Exception implements Serializable

Class org.objectledge.datatype.DatatypeSetCreationException extends DatatypeException implements Serializable


Package org.objectledge.fax

Class org.objectledge.fax.FaxManagerException extends Exception implements Serializable


Package org.objectledge.filesystem

Class org.objectledge.filesystem.UnsupportedCharactersInFilePathException extends Exception implements Serializable


Package org.objectledge.hibernate

Class org.objectledge.hibernate.PicofyingInterceptor extends org.hibernate.EmptyInterceptor implements Serializable

Serialized Fields

sessionFactory

org.hibernate.SessionFactory sessionFactory

objectInstantiator

NonCachingPicoObjectInstantiator objectInstantiator

classByName

Map<K,V> classByName

Package org.objectledge.logging

Class org.objectledge.logging.LedgeLoggingEvent extends org.apache.log4j.spi.LoggingEvent implements Serializable

Serialized Fields

ledgeThrowableInfo

LedgeThrowableInformation ledgeThrowableInfo

Class org.objectledge.logging.LedgeThrowableInformation extends org.apache.log4j.spi.ThrowableInformation implements Serializable


Package org.objectledge.mail

Class org.objectledge.mail.InvalidListNameException extends MailingListsException implements Serializable

Class org.objectledge.mail.ListAlreadyExistsException extends MailingListsException implements Serializable

Class org.objectledge.mail.LostAdministrativeRequestException extends MailingListsException implements Serializable

Class org.objectledge.mail.MailingListsAuthenticationException extends MailingListsException implements Serializable

Class org.objectledge.mail.MailingListsException extends Exception implements Serializable

Class org.objectledge.mail.NeedApprovalException extends MailingListsException implements Serializable

Class org.objectledge.mail.NeedConfirmationException extends MailingListsException implements Serializable


Package org.objectledge.naming.db

Class org.objectledge.naming.db.DatabaseNamingException extends NamingException implements Serializable


Package org.objectledge.parameters

Class org.objectledge.parameters.AmbiguousParameterException extends RuntimeException implements Serializable

Class org.objectledge.parameters.UndefinedParameterException extends RuntimeException implements Serializable


Package org.objectledge.parameters.db

Class org.objectledge.parameters.db.DBParametersException extends Exception implements Serializable


Package org.objectledge.pipeline

Class org.objectledge.pipeline.ProcessingException extends Exception implements Serializable


Package org.objectledge.scheduler

Class org.objectledge.scheduler.InvalidScheduleException extends Exception implements Serializable

Class org.objectledge.scheduler.JobModificationException extends Exception implements Serializable

Class org.objectledge.scheduler.JobNotFoundException extends Exception implements Serializable


Package org.objectledge.scheduler.cron

Class org.objectledge.scheduler.cron.ParseException extends 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

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

String eol
The end of line string for this machine.

Class org.objectledge.scheduler.cron.TokenMgrError extends 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.

Class org.objectledge.scheduler.cron.ValueOutOfRangeException extends RuntimeException implements Serializable

Serialized Fields

token

Token token

value

int value

min

int min

max

int max

Package org.objectledge.selector

Class org.objectledge.selector.EvaluationException extends Exception implements Serializable

Class org.objectledge.selector.UndefinedVariableException extends EvaluationException implements Serializable

Serialized Fields

variable

String variable

Package org.objectledge.templating

Class org.objectledge.templating.MergingException extends Exception implements Serializable

Class org.objectledge.templating.TemplateNotFoundException extends Exception implements Serializable


Package org.objectledge.utils

Class org.objectledge.utils.TracingException extends Exception implements Serializable

Serialized Fields

depth

int depth
The requested depth of the stack trace.



Copyright © 2003-2006 objectledge.org. All Rights Reserved.