| Package | Description |
|---|---|
| io.katharsis.dispatcher.registry | |
| io.katharsis.errorhandling.exception | |
| io.katharsis.jackson.exception | |
| io.katharsis.resource.exception | |
| io.katharsis.utils.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodNotFoundException
Indicates that no corresponding controller for a request had been found.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KatharsisMappableException
Represents an exception which must be returned to the end user.
|
class |
KatharsisMatchingException
Exceptions which derive from this class should be considered as part of the method matching mechanism, that is they
shouldn't be considered as an error that must be sent in response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSerializationException
Thrown when a Jackson serialization related exception occurs.
|
class |
ParametersDeserializationException
Thrown, when is unable to read request parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestBodyException |
class |
RequestBodyNotFoundException |
class |
ResourceException
General exception regarding resource building.
|
class |
ResourceFieldNotFoundException
A field within a resource was not found
|
class |
ResourceNotFoundException
Thrown when resource for a type cannot be found.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserException
Thrown when parser exception occurs.
|
Copyright © 2015. All Rights Reserved.