public class GLException extends RuntimeException
RuntimeException
.Constructor and Description |
---|
GLException()
Constructs a GLException object.
|
GLException(String message)
Constructs a GLException object with the specified detail
message.
|
GLException(String message,
Throwable cause)
Constructs a GLException object with the specified detail
message and root cause.
|
GLException(Throwable cause)
Constructs a GLException object with the specified root
cause.
|
Modifier and Type | Method and Description |
---|---|
static void |
dumpThrowable(String additionalDescr,
Throwable t)
Dumps a Throwable in a decorating message including the current thread name, and stack trace.
|
static GLException |
newGLException(Throwable t)
Constructs a GLException object with the specified root
cause with a decorating message including the current thread name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GLException()
public GLException(String message)
public GLException(String message, Throwable cause)
public GLException(Throwable cause)
public static GLException newGLException(Throwable t)
Copyright 2010 JogAmp Community.