public class ExpectedErrorConfigImpl extends java.lang.Object implements ExpectedErrorConfig
| Constructor and Description |
|---|
ExpectedErrorConfigImpl(java.lang.String exceptionClassName,
java.lang.String exceptionMessage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getErrorClass()
Returns the fully qualified class name of an expected exception.
|
java.lang.String |
getErrorMessage()
Returns the optional string that represents the error message for the exception class name above.
|
int |
hashCode() |
public ExpectedErrorConfigImpl(java.lang.String exceptionClassName,
java.lang.String exceptionMessage)
public java.lang.String getErrorClass()
ExpectedErrorConfigcom.newrelic.exceptions.ExpectedException
getErrorClass in interface ExpectedErrorConfigpublic java.lang.String getErrorMessage()
ExpectedErrorConfiggetErrorMessage in interface ExpectedErrorConfigpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object