Stellent
HowToComponents
JavaDoc

Serialized Form


Package intradoc.common

Class intradoc.common.IdcTimeZone implements Serializable

Serialized Fields

m_offset

int m_offset

m_dstInfo

int[] m_dstInfo

m_dstId

java.lang.String m_dstId

Class intradoc.common.ParseStringException implements Serializable

Serialized Fields

m_parseLocation

ParseStringLocation m_parseLocation

Class intradoc.common.ParseSyntaxException implements Serializable

Serialized Fields

m_parseInfo

ParseLocationInfo m_parseInfo
Relative location of error.


m_outerOffsetsUsed

boolean m_outerOffsetsUsed
Typically ParseSyntaxExceptions are thrown up a nested chain. For example, a script may appear inside of an include that has a 'eval' function surrounding it. Normally, as the exceptions are thrown up the wrapping, the cumulative offsets are combined. However, sometimes the inner script will already know some of the offsets of the outer script, in which case the outer script should not alter the offsets. This attribute is currently used only when parsing the script (not when executing) and only when validating GrammarElements after they have been parsed. When the GrammerElement is created it already has full offset (relative to the context in which it was parsed) information in it so that during execution, errors can be cleanly reported, but if a parsing error happens after the creation of the GrammerElement and uses the GrammarElement for its offsets, then the caller of the method parsing the string should not adjust the offsets.

Class intradoc.common.ServiceException implements Serializable

Serialized Fields

m_errorCode

int m_errorCode


Package intradoc.data

Class intradoc.data.DataException implements Serializable


Package intradoc.lang

Class intradoc.lang.BlockingQueue implements Serializable

Serialized Fields

blockedThreads

Queue blockedThreads

Class intradoc.lang.EmptyQueueException implements Serializable

Class intradoc.lang.Queue implements Serializable

Class intradoc.lang.TimeoutQueueException implements Serializable



(c) 1996-2005  All rights reserved.  Stellent, Inc.