Package org.ghost4j.converter
Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ghost4j.converter.ConverterException
- All Implemented Interfaces:
Serializable
Class representing a converter exception. This exception may be thrown while
converting a document with a Converter subclass.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConverterException
(String message) ConverterException
(String message, Throwable cause) ConverterException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
ConverterException
public ConverterException() -
ConverterException
-
ConverterException
-
ConverterException
-