org.apache.jsieve.exception
Class FeatureException

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.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.
 
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

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 © 2008-2009 The Apache Software Foundation. All Rights Reserved.