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 SummaryConstructorsConstructorDescriptionConstructs a new TesseractNotSetException exception with the specified detail message.Constructs a new runtime exception with the specified detail message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TesseractNotSetExceptionpublic TesseractNotSetException()Constructs a new TesseractNotSetException exception with the specified detail message.
- 
TesseractNotSetExceptionConstructs a new runtime exception with the specified detail message and cause.- Parameters:
- msg- The detail message
- ex- The cause
 
 
-