Serialized Form

Class org.codehaus.groovy.classgen.ClassGeneratorException extends RuntimeException implements Serializable


Class groovy.lang.ClosureException extends RuntimeException implements Serializable

Serialized Fields

closure

Closure closure


Class org.codehaus.groovy.control.CompilationFailedException extends GroovyException implements Serializable

Serialized Fields

phase

int phase

unit

ProcessingUnit unit


Class org.codehaus.groovy.control.ConfigurationException extends RuntimeException implements Serializable

Serialized Fields

cause

Exception cause


Class groovy.swing.impl.DefaultAction extends AbstractAction implements Serializable

Serialized Fields

closure

Closure closure


Class groovy.model.DefaultTableColumn extends TableColumn implements Serializable

Serialized Fields

valueModel

ValueModel valueModel


Class groovy.model.DefaultTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rowModel

ValueModel rowModel

rowsModel

ValueModel rowsModel

columnModel

DefaultTableModel.MyTableColumnModel columnModel


Class groovy.model.DefaultTableModel.MyTableColumnModel extends DefaultTableColumnModel implements Serializable


Class org.codehaus.groovy.GroovyBugError extends AssertionError implements Serializable

Serialized Fields

message

String message

exception

Exception exception


Class groovy.security.GroovyCodeSourcePermission extends BasicPermission implements Serializable


Class org.codehaus.groovy.GroovyException extends Exception implements Serializable

Serialized Fields

fatal

boolean fatal


Class groovy.lang.GroovyRuntimeException extends RuntimeException implements Serializable

Serialized Fields

module

ModuleNode module

node

ASTNode node


Class groovy.servlet.GroovyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

sc

javax.servlet.ServletContext sc


Class groovy.lang.IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable

Serialized Fields

closure

Closure closure

arguments

Object arguments

expected

Class[] expected


Class org.codehaus.groovy.runtime.InvokerInvocationException extends GroovyRuntimeException implements Serializable


Class org.codehaus.groovy.syntax.lexer.LexerException extends SyntaxException implements Serializable


Class groovy.lang.MissingClassException extends GroovyRuntimeException implements Serializable

Serialized Fields

type

String type


Class groovy.lang.MissingMethodException extends GroovyRuntimeException implements Serializable

Serialized Fields

method

String method

type

Class type


Class groovy.lang.MissingPropertyException extends GroovyRuntimeException implements Serializable

Serialized Fields

property

String property

type

Class type


Class groovy.lang.NonEmptySequence extends Sequence implements Serializable


Class org.codehaus.groovy.syntax.parser.ParserException extends TokenException implements Serializable


Class groovy.xml.QName extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Ensure that deserialization properly interns the results.

Serialized Fields

namespaceURI

String namespaceURI
Field namespaceURI


localPart

String localPart
Field localPart


prefix

String prefix
Field prefix


Class org.codehaus.groovy.syntax.ReadException extends GroovyException implements Serializable

Serialized Fields

cause

IOException cause


Class groovy.lang.ReadOnlyPropertyException extends MissingPropertyException implements Serializable


Class groovy.util.ResourceException extends Exception implements Serializable


Class org.codehaus.groovy.syntax.parser.RuntimeParserException extends GroovyRuntimeException implements Serializable


Class groovy.util.ScriptException extends Exception implements Serializable


Class groovy.lang.Sequence extends ArrayList implements Serializable

Serialized Fields

metaClass

MetaClass metaClass

type

Class type

hashCode

int hashCode


Class groovy.lang.StringWriterIOException extends RuntimeException implements Serializable


Class org.codehaus.groovy.syntax.SyntaxException extends GroovyException implements Serializable

Serialized Fields

line

int line
Line upon which the error occurred.


column

int column
Column upon which the error occurred.


sourceLocator

String sourceLocator


Class groovy.servlet.TemplateServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

templateEngine

TemplateEngine templateEngine

bindDefaultVariables

boolean bindDefaultVariables

bindRequestParameters

boolean bindRequestParameters


Class org.codehaus.groovy.syntax.TokenException extends SyntaxException implements Serializable

Serialized Fields

token

Token token


Class org.codehaus.groovy.syntax.TokenMismatchException extends TokenException implements Serializable

Serialized Fields

unexpectedToken

Token unexpectedToken

expectedType

int expectedType


Class org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException extends LexerException implements Serializable

Serialized Fields

c

char c

expected

char[] expected

message

String message


Class org.codehaus.groovy.syntax.parser.UnexpectedTokenException extends ParserException implements Serializable

Serialized Fields

unexpectedToken

Token unexpectedToken

expectedTypes

int[] expectedTypes

comment

String comment


Class org.codehaus.groovy.syntax.lexer.UnterminatedStringLiteralException extends LexerException implements Serializable


Class org.codehaus.groovy.runtime.WritableFile extends File implements Serializable

Serialized Fields

delegate

File delegate

encoding

String encoding



Copyright © 2003-2004 The Codehaus. All Rights Reserved.