public class ErrorDataImpl
extends java.lang.Object
implements com.newrelic.api.agent.ErrorData
| Constructor and Description |
|---|
ErrorDataImpl(TransactionData txData,
TracedError tracedError) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,?> |
getCustomAttributes() |
java.lang.String |
getErrorClass() |
java.lang.String |
getErrorMessage() |
java.lang.Throwable |
getException() |
java.lang.String |
getHttpMethod() |
java.lang.String |
getHttpStatusCode() |
java.lang.String |
getRequestUri() |
java.lang.StackTraceElement[] |
getStackTraceElement() |
java.lang.String |
getTransactionName() |
java.lang.String |
getTransactionUiName() |
boolean |
isErrorExpected() |
public ErrorDataImpl(TransactionData txData, TracedError tracedError)
public java.lang.Throwable getException()
getException in interface com.newrelic.api.agent.ErrorDatapublic java.lang.String getErrorClass()
getErrorClass in interface com.newrelic.api.agent.ErrorDatapublic java.lang.String getErrorMessage()
getErrorMessage in interface com.newrelic.api.agent.ErrorDatapublic java.lang.StackTraceElement[] getStackTraceElement()
getStackTraceElement in interface com.newrelic.api.agent.ErrorDatapublic java.util.Map<java.lang.String,?> getCustomAttributes()
getCustomAttributes in interface com.newrelic.api.agent.ErrorDatapublic java.lang.String getTransactionName()
getTransactionName in interface com.newrelic.api.agent.ErrorDatapublic java.lang.String getTransactionUiName()
getTransactionUiName in interface com.newrelic.api.agent.ErrorDatapublic java.lang.String getRequestUri()
getRequestUri in interface com.newrelic.api.agent.ErrorDatapublic java.lang.String getHttpStatusCode()
getHttpStatusCode in interface com.newrelic.api.agent.ErrorDatapublic java.lang.String getHttpMethod()
getHttpMethod in interface com.newrelic.api.agent.ErrorDatapublic boolean isErrorExpected()
isErrorExpected in interface com.newrelic.api.agent.ErrorData