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 voidhandleException(Thread thread, Throwable exception) voiduncaughtException(Thread t, Throwable e)  
- 
Constructor Details
- 
PamExceptionHandler
public PamExceptionHandler() 
 - 
 - 
Method Details
- 
uncaughtException
- Specified by:
 uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
 - 
handleException
 
 -