org.apache.jsieve.exception
Class StopException

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

public class StopException
extends SieveException

Class StopException indicates that evaluation should be terminated. Typically, this exception is thrown when a Stop Command is encountered.

See Also:
Serialized Form

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

StopException

public StopException()
Constructor for StopException.


StopException

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

Parameters:
message -

StopException

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

Parameters:
message -
cause -

StopException

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

Parameters:
cause -


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