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 Summary
-
Method Summary
-
Constructor Details
-
PamExceptionHandler
public PamExceptionHandler()
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-