public class NoSuchParserException extends ParseException
Context.parse(Parse)
,
Serialized FormConstructor and Description |
---|
NoSuchParserException(com.google.common.reflect.TypeToken<?> type,
Object opts,
String contentType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
The content type of the request.
|
Object |
getOpts()
The parse opts.
|
com.google.common.reflect.TypeToken<?> |
getType()
The target type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public com.google.common.reflect.TypeToken<?> getType()
public Object getOpts()
public String getContentType()