|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
webapplicationtestcase.WebApplicationTestCaseException
public class WebApplicationTestCaseException
Thrown when the WebApplicationTestCase encounters a problem. This is mostly related to problems with the http connection.
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 |
---|
public WebApplicationTestCaseException(java.lang.String s)
s
- A description of the problem.public WebApplicationTestCaseException(java.lang.String s, java.lang.Throwable t)
s
- A description of the problem.t
- The cause.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |