public class NoSuchConverterException extends ConfigurationException
ConfigurationException
that indicates that a suitable Converter
could not be found
for a given Type
.TypeLiteral.getType()
,
Serialized FormConstructor and Description |
---|
NoSuchConverterException()
Creates a new
NoSuchConverterException . |
NoSuchConverterException(String message,
Throwable cause,
Type type)
Creates a new
NoSuchConverterException . |
NoSuchConverterException(Type type)
Creates a new
NoSuchConverterException . |
Modifier and Type | Method and Description |
---|---|
Type |
getType()
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchConverterException()
NoSuchConverterException
.public NoSuchConverterException(Type type)
NoSuchConverterException
.public NoSuchConverterException(String message, Throwable cause, Type type)
NoSuchConverterException
.Copyright © 2017–2019, microBean. All rights reserved.