org.apache.jsieve.exception
Class StopException

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

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