public interface ProblemHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(ValidationProblem prob)
Handle error.
|
void |
handleFatal(ValidationProblem prob)
Handle fatal.
|
void |
handleUnimplemented(ValidationProblem prob)
Handle unimplemented feature.
|
void |
handleWarning(ValidationProblem prob)
Handle warning.
|
void |
report(String msg)
Report progress information.
|
void |
terminate(String msg)
Terminate processing.
|
void |
terminate(String msg,
Throwable thr)
Terminate processing.
|
void handleUnimplemented(ValidationProblem prob)
prob - void handleWarning(ValidationProblem prob)
prob - void handleError(ValidationProblem prob)
prob - void handleFatal(ValidationProblem prob)
prob - void report(String msg)
msg - progress informationvoid terminate(String msg)
msg - message reporting why processing is being terminatedCopyright © 2005-2013 jibx.org. All Rights Reserved.