infix2postfix
Class InvalidExpressionFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byinfix2postfix.InvalidExpressionFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidExpressionFormatException
extends java.lang.Exception

This exception is thrown if the format of the postfix expression is not valid for a PostfixEvaluator's evaluate() method.

Author:
Maulin H. Vasavada
See Also:
StringPostfixEvaluator, CollectionPostfixEvaluator, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidExpressionFormatException()
           
InvalidExpressionFormatException(java.lang.String arg0)
           
InvalidExpressionFormatException(java.lang.String arg0, java.lang.Throwable arg1)
           
InvalidExpressionFormatException(java.lang.Throwable arg0)
           
 
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

InvalidExpressionFormatException

public InvalidExpressionFormatException()

InvalidExpressionFormatException

public InvalidExpressionFormatException(java.lang.String arg0)

InvalidExpressionFormatException

public InvalidExpressionFormatException(java.lang.Throwable arg0)

InvalidExpressionFormatException

public InvalidExpressionFormatException(java.lang.String arg0,
                                        java.lang.Throwable arg1)