| Modifier and Type | Method and Description |
|---|---|
static <RRE extends ResourceRegistryException> |
ExceptionMapper.marshal(RRE object)
Return the String serialization of a given resource
|
static <T extends OutputStream,RRE extends ResourceRegistryException> |
ExceptionMapper.marshal(RRE object,
T stream)
Write the serialization of a given resource to a given
OutputStream . |
static <T extends Writer,RRE extends ResourceRegistryException> |
ExceptionMapper.marshal(RRE object,
T writer)
Write the serialization of a given resource to a given
Writer . |
static <RRE extends ResourceRegistryException> |
ExceptionMapper.unmarshal(Class<RRE> clz,
InputStream stream)
Creates a resource of given class from its serialization in a given
InputStream. |
static <RRE extends ResourceRegistryException> |
ExceptionMapper.unmarshal(Class<RRE> clz,
Reader reader)
Creates a resource of given class from its serialization in a given
Reader. |
static <RRE extends ResourceRegistryException> |
ExceptionMapper.unmarshal(Class<RRE> clz,
String string)
Creates a resource of given class from its serialization in a given String
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextCreationException |
class |
ContextException |
class |
ContextMoveException |
class |
ContextNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityAlreadyPresentException |
class |
EntityAvailableInAnotherContextException |
class |
EntityNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
FacetAlreadyPresentException |
class |
FacetAvailableInAnotherContextException |
class |
FacetNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceAlreadyPresentException |
class |
ResourceAvailableInAnotherContextException |
class |
ResourceNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
ERAlreadyPresentException |
class |
ERAvailableInAnotherContextException |
class |
ERException |
class |
ERNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidQueryException |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationAlreadyPresentException |
class |
RelationAvailableInAnotherContextException |
class |
RelationNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaException |
class |
SchemaNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
protected <C> ERNotFoundException |
HTTPCall.getElementNotFoundException(Class<C> clz) |
Copyright © 2017. All Rights Reserved.