public class NoConverterFoundException extends RuntimeException
ConverterKey
cannot be resolvedConstructor and Description |
---|
NoConverterFoundException(ConverterKey<?,?> converterKey)
Creates a new instance for the given
ConverterKey |
Modifier and Type | Method and Description |
---|---|
ConverterKey<?,?> |
getConverterKey()
Get the
ConverterKey used to resolve unsuccessfully |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoConverterFoundException(ConverterKey<?,?> converterKey)
ConverterKey
converterKey
- The ConverterKey for the converter that could not be foundpublic ConverterKey<?,?> getConverterKey()
ConverterKey
used to resolve unsuccessfullyConverterKey
Copyright © 2010–2018 Jadira Systems. All rights reserved.