|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProblemHandler
Interface for handling problems found in validation and processing of schemas.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 terminated
void terminate(String msg,
Throwable thr)
msg - message reporting why processing is being terminatedthr - throwable with problem details
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||