|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.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, getContext, getData, getLineNumber, getMessage, getNextException, getProgramText, getRoutine, setData, setLineNumber, setMessage, setNextException, setProgramText, setRoutine, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
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.
|
© 1997 E.J. Friedman-Hill and Sandia Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |