Class ConverterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ghost4j.converter.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException extends Exception
Class representing a converter exception. This exception may be thrown while converting a document with a Converter subclass.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • ConverterException

      public ConverterException()
    • ConverterException

      public ConverterException(String message)
    • ConverterException

      public ConverterException(Throwable cause)
    • ConverterException

      public ConverterException(String message, Throwable cause)