Class TesseractNotSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imageconverter.infra.exception.BaseApplicationException
org.imageconverter.infra.exception.ImageConvertServiceException
org.imageconverter.infra.exception.TesseractNotSetException
- All Implemented Interfaces:
Serializable
Tesseract not properly configurated.
- Author:
- Fernando Romulo da Silva
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new TesseractNotSetException exception with the specified detail message.Constructs a new runtime exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TesseractNotSetException
public TesseractNotSetException()Constructs a new TesseractNotSetException exception with the specified detail message. -
TesseractNotSetException
Constructs a new runtime exception with the specified detail message and cause.- Parameters:
msg
- The detail messageex
- The cause
-