public class InternalErrorHandler extends Object
Constructor and Description |
---|
InternalErrorHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
handleException(Exception ex) |
static void |
handleException(Exception ex,
StackLogger stackLogger)
Handle an unexpected exception.
|
static void |
handleException(String emsg)
Handle an unexpected condition (and print the error code).
|
static void |
handleException(String emsg,
StackLogger stackLogger) |
public static void handleException(Exception ex) throws RuntimeException
RuntimeException
public static void handleException(Exception ex, StackLogger stackLogger)
public static void handleException(String emsg)
public static void handleException(String emsg, StackLogger stackLogger)
Copyright © 2016. All Rights Reserved.