org.apache.jsieve.exception
Class SieveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jsieve.exception.SieveException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FeatureException, HaltTraversalException, InternetAddressException, LookupException, OperationException, SieveConfigurationException, SieveMailException, SievePatternException, StopException, SyntaxException

public class SieveException
extends java.lang.Exception

Class SieveException indicates an exceptional condition encountered within Sieve.

See Also:
Serialized Form

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

SieveException

public SieveException()
Constructor for SieveException.


SieveException

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

Parameters:
message -

SieveException

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

Parameters:
message -
cause -

SieveException

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

Parameters:
cause -


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