| Package | Description |
|---|---|
| net.morimekta.providence.serializer |
| Modifier and Type | Field and Description |
|---|---|
static PEnumDescriptor<ApplicationExceptionType> |
ApplicationExceptionType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ApplicationExceptionType |
ApplicationExceptionType._Builder.build() |
static ApplicationExceptionType |
ApplicationExceptionType.forName(String name) |
static ApplicationExceptionType |
ApplicationExceptionType.forValue(int value) |
ApplicationExceptionType |
SerializerException.getExceptionType() |
ApplicationExceptionType |
ApplicationException.getId() |
static ApplicationExceptionType |
ApplicationExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationExceptionType[] |
ApplicationExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PEnumDescriptor<ApplicationExceptionType> |
ApplicationExceptionType.descriptor() |
static PEnumDescriptorProvider<ApplicationExceptionType> |
ApplicationExceptionType.provider() |
| Modifier and Type | Method and Description |
|---|---|
SerializerException |
SerializerException.setExceptionType(ApplicationExceptionType type) |
ApplicationException._Builder |
ApplicationException._Builder.setId(ApplicationExceptionType value)
Sets the value of id.
|
| Constructor and Description |
|---|
ApplicationException(String pMessage,
ApplicationExceptionType pId) |
Copyright © 2015–2016 morimekta.net. All rights reserved.