public class ConverterException extends RuntimeException
IConverter.
This exception is the common subclass of more specialized exceptions. All exceptions thrown
by the IConverter are unchecked.
Note: Be aware that exception precedence is not specified. For example, when an unreachable converter is asked to convert an inexistent file, this might either result in a
FileSystemInteractionException or in a ConverterAccessException, depending on the
converter implementation.| Constructor and Description |
|---|
ConverterException(String message) |
ConverterException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2016. All rights reserved.