Package PamUtils
Class PamExceptionHandler
java.lang.Object
PamUtils.PamExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
An exception handler intended to catch Run-time exceptions. Initially developed
to handle problems caused by incompatible plugins, this can be expanded to deal
with many more types of exceptions.
- Author:
- MO
-
Constructor Details
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-