Package com.amazonaws.xray.entities
Class ThrowableDescription
java.lang.Object
com.amazonaws.xray.entities.ThrowableDescription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
getCause()
@Nullable String
getId()
@Nullable String
int
@Nullable StackTraceElement[]
getStack()
@Nullable Throwable
int
@Nullable String
getType()
boolean
isRemote()
void
void
void
setMessage
(@Nullable String message) void
setRemote
(boolean remote) void
setSkipped
(int skipped) void
setStack
(@Nullable StackTraceElement[] stack) void
setThrowable
(Throwable throwable) void
setTruncated
(int truncated) void
-
Constructor Details
-
ThrowableDescription
public ThrowableDescription() -
ThrowableDescription
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getMessage
- Returns:
- the message
-
setMessage
- Parameters:
message
- the message to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type
- the type to set
-
isRemote
public boolean isRemote()- Returns:
- the remote
-
setRemote
public void setRemote(boolean remote) - Parameters:
remote
- the remote to set
-
getStack
- Returns:
- the stack
-
setStack
- Parameters:
stack
- the stack to set
-
getTruncated
public int getTruncated()- Returns:
- the truncated
-
setTruncated
public void setTruncated(int truncated) - Parameters:
truncated
- the truncated to set
-
getSkipped
public int getSkipped()- Returns:
- the skipped
-
setSkipped
public void setSkipped(int skipped) - Parameters:
skipped
- the skipped to set
-
getCause
- Returns:
- the cause
-
setCause
- Parameters:
cause
- the cause to set
-
getThrowable
- Returns:
- the throwable
-
setThrowable
- Parameters:
throwable
- the throwable to set
-