public interface ErrorTracer
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Returns the exception, if any, that was noticed by the API or thrown by the tracer.
|
java.lang.String |
getGuid()
Gets the random identifier of this Tracer.
|
void |
setNoticedError(java.lang.Throwable throwable)
Sets an error that was identified by the public API.
|
void |
setThrownException(java.lang.Throwable throwable)
Captures the exception that the was thrown during the tracer's execution.
|
boolean |
wasExceptionSetByAPI()
Returns true if the exception was set by
setNoticedError(Throwable) |
void setNoticedError(java.lang.Throwable throwable)
void setThrownException(java.lang.Throwable throwable)
java.lang.Throwable getException()
boolean wasExceptionSetByAPI()
setNoticedError(Throwable)java.lang.String getGuid()