org.apache.jsieve.exception
Class SievePatternException

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

public class SievePatternException
extends SieveException

Class SievePatternException indicates an exceptional condition encountered while evaluating a glob expression.

See Also:
Serialized Form

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

SievePatternException

public SievePatternException()
Constructor for SievePatternException.


SievePatternException

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

Parameters:
message -

SievePatternException

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

Parameters:
message -
cause -

SievePatternException

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

Parameters:
cause -


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