|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jess.ErrorHandler.DefaultHandler
A default error handler implementation that just rethrows the parameter. This handler is used internally by the implementations of "batch".
Nested Class Summary |
Nested classes inherited from class jess.ErrorHandler |
ErrorHandler.DefaultHandler |
Constructor Summary | |
ErrorHandler.DefaultHandler()
|
Method Summary | |
void |
handleError(JessException ex)
When an error occurs during parsing, this method will be called. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorHandler.DefaultHandler()
Method Detail |
public void handleError(JessException ex) throws JessException
ErrorHandler
handleError
in interface ErrorHandler
ex
- the error that has occurred
JessException
- to abort parsing, rethrow the exception parameter
|
© 2007 Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |