org.jaxup.tests
Class TestFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaxup.tests.TestFailedException
All Implemented Interfaces:
java.io.Serializable

public class TestFailedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TestFailedException()
           
TestFailedException(java.lang.String message)
           
TestFailedException(java.lang.String message, java.lang.Throwable cause)
           
TestFailedException(java.lang.Throwable cause)
           
 
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

TestFailedException

public TestFailedException()

TestFailedException

public TestFailedException(java.lang.String message)

TestFailedException

public TestFailedException(java.lang.String message,
                           java.lang.Throwable cause)

TestFailedException

public TestFailedException(java.lang.Throwable cause)