Package com.microsoft.azure.maven
Class AbstractAzureMojo.DefaultUncaughtExceptionHandler
- java.lang.Object
-
- com.microsoft.azure.maven.AbstractAzureMojo.DefaultUncaughtExceptionHandler
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
- Enclosing class:
- AbstractAzureMojo
protected static class AbstractAzureMojo.DefaultUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultUncaughtExceptionHandler()
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread t, Throwable e)
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-
-