A generic exception of CloudPlugs library. More...
Public Member Functions | |
PlugException () | |
PlugException (String msg) | |
PlugException (Throwable t) | |
PlugException (String msg, Throwable t) | |
String | getStackTraceString () |
Static Public Member Functions | |
static String | getStackTraceOf (Throwable t) |
A generic exception of CloudPlugs library.
PlugException | ( | ) |
PlugException | ( | String | msg | ) |
PlugException | ( | Throwable | t | ) |
PlugException | ( | String | msg, |
Throwable | t | ||
) |
|
static |
Convenient class method to obtain the stack-trace String of a Throwable
t | a Throwable to obtain the stack-track |
String getStackTraceString | ( | ) |