org.apache.jsieve.exception
Class FeatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jsieve.exception.SieveException
              extended byorg.apache.jsieve.exception.FeatureException
All Implemented Interfaces:
java.io.Serializable

public class FeatureException
extends SieveException

Class FeatureException indicates an exceptional condition encountered while evaluating a feature of Sieve.

See Also:
Serialized Form

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

FeatureException

public FeatureException()
Constructor for FeatureException.


FeatureException

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

Parameters:
message -

FeatureException

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

Parameters:
message -
cause -

FeatureException

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

Parameters:
cause -


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