Receive notification of panic.
This method is called when an unrecoverable error has occurred in the Xerces library.
This method must not return normally, otherwise, the results are undefined.
Ways of handling this call could include throwing an exception or exiting the process.
Once this method has been called, the results of calling any other Xerces API, or using any existing Xerces objects are undefined. -
Parameters:
-
reason |
The reason of panic |
Implemented in DefaultPanicHandler. |