|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjess.ErrorHandler.DefaultHandler
public static class 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/interfaces inherited from interface 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 ErrorHandlerex - the error that has occurred
JessException - to abort parsing, rethrow the exception parameter
|
© 2013 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||