public class NoConvertorException extends RuntimeException
| Constructor and Description |
|---|
NoConvertorException(Type type)
Create an instance of
NoConvertorException
indicating that no convertor is available for the type. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoConvertorException(Type type)
NoConvertorException
indicating that no convertor is available for the type.type - the type for which no convertor is availableCopyright © 2015–2022 The Apache Software Foundation. All rights reserved.