public class FeatureError
extends java.lang.Object
FeatureErrorCode| Constructor and Description |
|---|
FeatureError(FeatureErrorCode errorCode) |
FeatureError(FeatureErrorCode errorCode,
java.lang.String errorMsg) |
FeatureError(FeatureErrorCode errorCode,
java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FeatureErrorCode |
getErrorCode() |
java.lang.String |
getErrorMsg() |
int |
hashCode() |
java.lang.String |
toString() |
public FeatureError(FeatureErrorCode errorCode)
public FeatureError(FeatureErrorCode errorCode, java.lang.String errorMsg)
public FeatureError(FeatureErrorCode errorCode, java.lang.Throwable t)
public FeatureErrorCode getErrorCode()
public java.lang.String getErrorMsg()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object