Class ConversionException

All Implemented Interfaces:
Serializable

public class ConversionException extends ElementInvalidException
Conversion image file to text error.
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String message, Object... params)
      Constructs a new ConversionException exception with the specified detail message.
      Parameters:
      msg - The detail message
      params - The parameters used on message
    • ConversionException

      public ConversionException(String message, Throwable cause, Object... params)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      msg - The detail message
      ex - The cause
      params - The parameters used on message