webapplicationtestcase
Class WebApplicationTestCaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by webapplicationtestcase.WebApplicationTestCaseException
All Implemented Interfaces:
java.io.Serializable

public class WebApplicationTestCaseException
extends java.lang.RuntimeException

Thrown when the WebApplicationTestCase encounters a problem. This is mostly related to problems with the http connection.

Version:
1.0
Author:
Jason Edwards
See Also:
Serialized Form

Constructor Summary
WebApplicationTestCaseException(java.lang.String s)
          Creates a new WebApplicationTestCaseException.
WebApplicationTestCaseException(java.lang.String s, java.lang.Throwable t)
          Creates a new WebApplicationTestCaseException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebApplicationTestCaseException

public WebApplicationTestCaseException(java.lang.String s)
Creates a new WebApplicationTestCaseException.

Parameters:
s - A description of the problem.

WebApplicationTestCaseException

public WebApplicationTestCaseException(java.lang.String s,
                                       java.lang.Throwable t)
Creates a new WebApplicationTestCaseException.

Parameters:
s - A description of the problem.
t - The cause.