Package com.documents4j.throwables
Class ConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.documents4j.throwables.ConverterException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConversionFormatException,ConversionInputException,ConverterAccessException,FileSystemInteractionException
public class ConverterException extends RuntimeException
A general exception thrown by the methods inIConverter. This exception is the common subclass of more specialized exceptions. All exceptions thrown by theIConverterare 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 aFileSystemInteractionExceptionor in aConverterAccessException, depending on the converter implementation.
-
-
Constructor Summary
Constructors Constructor Description ConverterException(String message)ConverterException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-