Class ThrowableWrapper
java.lang.Object
de.qytera.qtaf.core.log.model.error.ThrowableWrapper
This class is a wrapper class for java.lang.Throwable, because GSON is not able to serialize this class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet classname of throwableGet message of throwableGet stack trace
-
Constructor Details
-
ThrowableWrapper
Constructor- Parameters:
t- Throwable instance
-
-
Method Details
-
getMessage
Get message of throwable- Returns:
- message
-
getClassName
Get classname of throwable- Returns:
- classname
-
getStackTrace
Get stack trace- Returns:
- stack trace
-