|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
frink.errors.FrinkException
frink.errors.FrinkEvaluationException
public class FrinkEvaluationException
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.
| 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 |
|---|
public FrinkEvaluationException(java.lang.String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||