Serialized Form


Package org.apache.commons.cactus

Class org.apache.commons.cactus.ServletTestResult implements Serializable

Serialized Fields

exceptionClassName

java.lang.String exceptionClassName
Name of the exception class if an error occurred

exceptionStackTrace

java.lang.String exceptionStackTrace
Save the stack trace as text because otherwise it will not be transmitted back to the client (the stack trac field in the Throwable class is transient).

exceptionMessage

java.lang.String exceptionMessage
The exception message if an error occurred


Package org.apache.commons.cactus.client

Class org.apache.commons.cactus.client.AssertionFailedErrorWrapper implements Serializable

Serialized Fields

m_StackTrace

java.lang.String m_StackTrace
The stack trace that was sent back from the servlet redirector as a string.

m_ClassName

java.lang.String m_ClassName
The class name of the exception that was raised on the server side.

Class org.apache.commons.cactus.client.ServletExceptionWrapper implements Serializable

Serialized Fields

m_StackTrace

java.lang.String m_StackTrace
The stack trace that was sent back from the servlet redirector as a string.

m_ClassName

java.lang.String m_ClassName
The class name of the exception that was raised on the server side.


Package org.apache.commons.cactus.server

Class org.apache.commons.cactus.server.ServletTestRedirector implements Serializable



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.