|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jess.JessException
jess.RuleCompilerException
JessException is the parent type of all exceptions thrown by public methods in the Jess library.
(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
| Constructor Summary | |
RuleCompilerException(java.lang.String routine,
java.lang.String msg)
Constructs a RuleCompilerException containing a descriptive message. |
|
| Methods inherited from class jess.JessException |
addContext, getCause, getContext, getData, getLineNumber, getMessage, getNextException, getProgramText, getRoutine, setData, setLineNumber, setMessage, setNextException, setProgramText, setRoutine, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, 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 RuleCompilerException(java.lang.String routine,
java.lang.String msg)
routine - the name of the routine this exception occurred in.msg - an informational message.
|
© 2001 E.J. Friedman-Hill and Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||