| Package | Description |
|---|---|
| org.bimserver.shared.exceptions |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
ServiceException.getErrorCode() |
static ErrorCode |
ErrorCode.parse(int asInt) |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ServerException(String message,
ErrorCode errorCode) |
ServiceException(String userMessage,
ErrorCode errorCode) |
UserException(String userMessage,
ErrorCode errorCode) |
Copyright © 2016 OpenSource BIM. All rights reserved.