org.apache.jsieve.exception
Class TestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jsieve.exception.SieveException
              extended byorg.apache.jsieve.exception.OperationException
                  extended byorg.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.
 
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 © 2004-2008 The Apache Software Foundation. All Rights Reserved.