Package gov.nih.mipav.util
Class MipavExceptionHandler
- java.lang.Object
-
- gov.nih.mipav.util.MipavExceptionHandler
-
- All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
public class MipavExceptionHandler extends java.lang.Object implements java.lang.Thread.UncaughtExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description MipavExceptionHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getStackTrace(java.lang.Throwable e)
void
uncaughtException(java.lang.Thread thread, java.lang.Throwable e)
-