edu.jas.poly
Class InvalidExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.jas.poly.InvalidExpressionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidExpressionException
extends java.lang.RuntimeException

Invalid expression exception class. Runtime Exception to be thrown for invalid algebraic / polynomial expressions.

Author:
Heinz Kredel
See Also:
Serialized Form

Constructor Summary
InvalidExpressionException()
           
InvalidExpressionException(java.lang.String c)
           
InvalidExpressionException(java.lang.String c, java.lang.Throwable t)
           
InvalidExpressionException(java.lang.Throwable t)
           
 
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

InvalidExpressionException

public InvalidExpressionException()

InvalidExpressionException

public InvalidExpressionException(java.lang.String c)

InvalidExpressionException

public InvalidExpressionException(java.lang.String c,
                                  java.lang.Throwable t)

InvalidExpressionException

public InvalidExpressionException(java.lang.Throwable t)