public interface ErrorCode
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDescriptionResId() |
String |
getStatusCode() |
Integer |
getTitleResId() |
ErrorCodeException |
newErrorCodeException() |
ErrorCodeException |
newErrorCodeException(Object... errorCodeParameters) |
ErrorCodeException |
newErrorCodeException(String message) |
ErrorCodeException |
newErrorCodeException(Throwable throwable) |
ErrorCodeException newErrorCodeException(Object... errorCodeParameters)
errorCodeParameters - The parameters for this ErrorCode's message.ErrorCodeException with this ErrorCodeErrorCodeException newErrorCodeException(Throwable throwable)
ErrorCodeException newErrorCodeException()
ErrorCodeExceptionErrorCodeException newErrorCodeException(String message)
message - The messageErrorCodeExceptionInteger getTitleResId()
Integer getDescriptionResId()
String getStatusCode()
Copyright © 2014. All rights reserved.