Class TesseractNotSetException

All Implemented Interfaces:
Serializable

public class TesseractNotSetException extends ImageConvertServiceException
Tesseract not properly configurated.
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • TesseractNotSetException

      public TesseractNotSetException()
      Constructs a new TesseractNotSetException exception with the specified detail message.
    • TesseractNotSetException

      public TesseractNotSetException(Throwable cause)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      msg - The detail message
      ex - The cause