Serialized Form


Package com.agical.rdoc.core

Package com.agical.rdoc.core.converter

Class com.agical.rdoc.core.converter.ConversionException extends RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.core.exception

Class com.agical.rdoc.core.exception.RDocConfigurationSystemException extends RDocSystemException implements Serializable

serialVersionUID: 3755694511820302956L

Class com.agical.rdoc.core.exception.RDocOutputException extends RDocSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.RDocParseSystemException extends ResourceSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.RDocSystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.ResourceNotAvailableSystemException extends ResourceSystemException implements Serializable

Class com.agical.rdoc.core.exception.ResourceNotFoundSystemException extends ResourceSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.ResourceSystemException extends RMockSystemException implements Serializable

Class com.agical.rdoc.core.exception.SourceNotFoundSystemException extends ResourceSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.UnsupportedEncodingSystemException extends ResourceSystemException implements Serializable


Package com.agical.rdoc.core.impl

Class com.agical.rdoc.core.impl.DocumentationContextImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

Map<K,V> context

Package com.agical.rdoc.core.model

Package com.agical.rdoc.core.model.impl

Class com.agical.rdoc.core.model.impl.DocBookTextFormatter extends Object implements Serializable

Class com.agical.rdoc.core.model.impl.SourceModelImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

documentation

StringBuffer documentation

methods

Map<K,V> methods

methodDocumentation

Map<K,V> methodDocumentation

name

String name

Class com.agical.rdoc.core.model.impl.XDocTextFormatter extends Object implements Serializable

Class com.agical.rdoc.core.model.impl.XmlCodeFormatter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

docTextFormatter

TextFormatter docTextFormatter

Package com.agical.rdoc.core.model.test

Class com.agical.rdoc.core.model.test.AbstractCompositeTestNode extends Object implements Serializable

Serialized Fields

children

List<E> children

Class com.agical.rdoc.core.model.test.ExceptionModelImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

Package com.agical.rdoc.core.model.test.impl

Class com.agical.rdoc.core.model.test.impl.TestCaseImpl extends AbstractCompositeTestNode implements Serializable

serialVersionUID: -5278945812002904995L

Serialized Fields

testClass

Class<T> testClass

Class com.agical.rdoc.core.model.test.impl.TestImpl extends Object implements Serializable

serialVersionUID: -6352537823565984605L

Serialized Fields

testCase

TestCase testCase

name

String name

documentationContext

DocumentationContext documentationContext

Class com.agical.rdoc.core.model.test.impl.TestStructureImpl extends AbstractCompositeTestNode implements Serializable

serialVersionUID: -8648286687822895675L

Serialized Fields

name

String name

Class com.agical.rdoc.core.model.test.impl.TestSuiteImpl extends AbstractCompositeTestNode implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

suiteClass

Class<T> suiteClass

Package com.agical.rdoc.core.parser

Class com.agical.rdoc.core.parser.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

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 com.agical.rdoc.core.parser.RuntimeException extends RuntimeException implements Serializable

serialVersionUID: -5644018798112984262L

Serialized Fields

cause

Throwable cause

Class com.agical.rdoc.core.parser.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class com.agical.rdoc.core.parser.TokenMgrError extends Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.agical.rdoc.core.resourcemanager

Class com.agical.rdoc.core.resourcemanager.NoSuchResourceException extends RDocSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.resourcemanager.ReadException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.resourcemanager.WriteException extends RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.core.target

Class com.agical.rdoc.core.target.TargetException extends RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.velocity

Class com.agical.rdoc.velocity.VelocityGenerationSystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.velocity.render

Class com.agical.rdoc.velocity.render.VelocityTestStructureRenderer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

theTemplateToRender

String theTemplateToRender

targetName

String targetName

textFormatter

TextFormatter textFormatter

Package com.agical.rmock.core.exception

Class com.agical.rmock.core.exception.EndSectionException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.ExpectedThrowableNotThrownException extends RMockSystemException implements Serializable

serialVersionUID: -7229865608189017685L

Class com.agical.rmock.core.exception.IdMustBeUniqueException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.IllegalModificationSystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.IllegalStateTransitionException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.InterfaceNotAllowedException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.MonitorCreationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.NoSuchConstructorException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.NoSuchMethodException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.NoSuchSectionException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.RMockAssertionFailedException extends EngineException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.RMockConcurrentExceptionsException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.RMockExpectationException extends EngineException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.RMockInternalError extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.RMockSystemException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.RMockSystemExceptionInterceptedException extends RMockSystemException implements Serializable

serialVersionUID: 390161435451926509L

Class com.agical.rmock.core.exception.StrategyTerminatingException extends RMockSystemException implements Serializable

serialVersionUID: -7644271278843892677L

Class com.agical.rmock.core.exception.UnclosedSectionException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.UnexpectedFatalSystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.UnexpectedInvocationException extends RMockExpectationException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.UnsatisfiedDependencySystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.exception.UnsatisfiedExpectationsException extends RMockExpectationException implements Serializable

serialVersionUID: 1L


Package com.agical.rmock.core.exception.reflection

Class com.agical.rmock.core.exception.reflection.ClassNotFoundSystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rmock.core.expectation

Class com.agical.rmock.core.expectation.EngineException extends RMockSystemException implements Serializable

Serialized Fields

message

String message

Package com.agical.rmock.core.find

Class com.agical.rmock.core.find.UnsupportedClassLocationException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package com.agical.rmock.core.find.iterator

Class com.agical.rmock.core.find.iterator.ServiceException extends RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rmock.core.hub

Class com.agical.rmock.core.hub.FatalAssignSystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.hub.IntrospectionSystemException extends RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rmock.core.hub.ReferenceOutOfScopeException extends RMockSystemException implements Serializable


Package com.agical.rmock.extension.junit

Class com.agical.rmock.extension.junit.ExtendedAssertionFailedError extends junit.framework.AssertionFailedError implements Serializable

serialVersionUID: 1L

Serialized Fields

cause

Throwable cause

Class com.agical.rmock.extension.junit.UnsupportedTestClassException extends RuntimeException implements Serializable

serialVersionUID: 1L



Copyright © 2005-2011 Agical AB. All Rights Reserved.