public interface ErrorCodeCategory
A category for an application error code.
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the category description.
|
String |
getDisplayName()
Returns the category display name.
|
int |
getEnd()
Returns the end of the error codes.
|
int |
getStart()
Returns the start of the error codes.
|
String getDisplayName()
Returns the category display name.
String getDescription()
Returns the category description.
int getStart()
Returns the start of the error codes.
int getEnd()
Returns the end of the error codes.
Copyright © 2016–2017. All rights reserved.