com.generationjava.test
Class TestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.lang.exception.NestableException
                    |
                    +--com.generationjava.test.TestException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class TestException
extends org.apache.commons.lang.exception.NestableException

Something went wrong in testing. If an exception was thrown during testing, then this exception will wrap that exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
TestException()
           
TestException(java.lang.Exception ex)
           
TestException(java.lang.String msg)
           
TestException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestException

public TestException()

TestException

public TestException(java.lang.String msg)

TestException

public TestException(java.lang.Exception ex)

TestException

public TestException(java.lang.String msg,
                     java.lang.Exception ex)


Copyright © 2000-2003 GenerationJava. All Rights Reserved.