public class ConverterException extends RuntimeException
Thrown when an error occurs originating from a Converter instance.
Constructor and description |
---|
ConverterException(String message, Throwable cause) |
ConverterException(String message) |
ConverterException(Throwable cause) |
ConverterException() |
Methods inherited from class | Name |
---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |