Package | Description |
---|---|
ratpack.parse |
Parsing in Ratpack refers to deserializing a request body into a Java object of some type.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSuchParserException
Thrown when a request is made to parse the request, but no suitable parser was found that matched the content type and parse object.
|
class |
ParserException
Wraps an exception thrown by a parser while parsing.
|