com.atlassian.bamboo.logger
Class ThrowableDetails
java.lang.Object
com.atlassian.bamboo.logger.ThrowableDetails
- All Implemented Interfaces:
- java.io.Serializable
public class ThrowableDetails
- extends java.lang.Object
- implements java.io.Serializable
The details of a Throwable
.
Instances of this class are guaranteed to be Serializable
, unlike Throwable
s, which should be, but
in practice often aren't.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromThrowable
@Nullable
public static ThrowableDetails fromThrowable(@Nullable
java.lang.Throwable throwable)
getName
public java.lang.String getName()
getMessage
public java.lang.String getMessage()
getStackTrace
public java.lang.String getStackTrace()
Copyright © 2012 Atlassian. All Rights Reserved.