|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.cjdbc.scenario.tools.testlet.TestLetException
This class defines a TestLetException. This exception should be thrown when some parameters are missing in the testlets
Field Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
TestLetException()
Creates a new TestLetException object |
|
TestLetException(java.lang.String message)
Creates a new TestLetException object |
|
TestLetException(java.lang.String message,
java.lang.Throwable cause)
Creates a new TestLetException object |
|
TestLetException(java.lang.Throwable cause)
Creates a new TestLetException object |
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 TestLetException()
TestLetException
object
public TestLetException(java.lang.String message)
TestLetException
object
message
- message of the exceptionpublic TestLetException(java.lang.String message, java.lang.Throwable cause)
TestLetException
object
message
- message of the exceptioncause
- the cause of the exceptionpublic TestLetException(java.lang.Throwable cause)
TestLetException
object
cause
- the cause of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |