org.apache.jsieve.exception
Class TestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jsieve.exception.SieveException
              extended by org.apache.jsieve.exception.OperationException
                  extended by org.apache.jsieve.exception.TestException
All Implemented Interfaces:
java.io.Serializable

public class TestException
extends OperationException

Class TestException indicates an exceptional condition encountered while executing a Test.

See Also:
Serialized Form

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

TestException

public TestException()
Constructor for TestException.


TestException

public TestException(java.lang.String message)
Constructor for TestException.

Parameters:
message -

TestException

public TestException(java.lang.String message,
                     java.lang.Throwable cause)
Constructor for TestException.

Parameters:
message -
cause -

TestException

public TestException(java.lang.Throwable cause)
Constructor for TestException.

Parameters:
cause -


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.