Class | Description |
---|---|
AssertExceptionHandler |
This exception handler basically works like StrictExceptionHandler if assertion
is enabled.
|
DebugExceptionHandler |
This exception handler output the message and exception if assertion is enabled.
|
StrictExceptionHandler |
This exception handler will re-throw the exception, which immediately interrupt
any further XML decoding.
|