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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleException
(Thread thread, Throwable exception) void
uncaughtException
(Thread t, Throwable e)
-
Constructor Details
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-
handleException
-