org.apache.jsieve.exception
Class SyntaxException

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.SyntaxException
All Implemented Interfaces:
java.io.Serializable

public class SyntaxException
extends SieveException

Class SyntaxException indicates an exceptional condition encountered while evaluating the operands of a Sieve operation, such as a Command, Test or Comparator.

See Also:
Serialized Form

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

SyntaxException

public SyntaxException()
Constructor for SyntaxException.


SyntaxException

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

Parameters:
message -

SyntaxException

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

Parameters:
message -
cause -

SyntaxException

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

Parameters:
cause -


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