org.apache.jsieve.exception
Class SievePatternException

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

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