Modifier and Type | Method and Description |
---|---|
LogThrowable |
getCause()
Returns the cause of this
LogThrowable . |
String |
getClassName()
Returns the name of the Throwable class.
|
String |
getMessage()
Returns the message contained inside the Throwable.
|
StackTraceElement[] |
getStackTraces()
Returns the stack trace of the Throwable.
|
String getClassName()
String getMessage()
String
message or null
if such message is not available.StackTraceElement[] getStackTraces()
LogThrowable getCause()
LogThrowable
.LogThrowable
cause or null
if no cause is available.Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.