frink.errors
Class FrinkEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by frink.errors.FrinkException
              extended by frink.errors.FrinkEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class FrinkEvaluationException
extends frink.errors.FrinkException

This class is thrown by the parser and integration methods to indicate that an error occurred during evaluation or parsing of a Frink program or expression.

Author:
Alan Eliasen, eliasen@mindspring.com
See Also:
Serialized Form

Constructor Summary
FrinkEvaluationException(java.lang.String message)
          Construct a FrinkEvaluationException with the specified message.
 
Method Summary
 
Methods inherited from class frink.errors.FrinkException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrinkEvaluationException

public FrinkEvaluationException(java.lang.String message)
Construct a FrinkEvaluationException with the specified message.