Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imageconverter.infra.exception.BaseApplicationException
org.imageconverter.infra.exception.ElementInvalidException
org.imageconverter.infra.exception.ConversionException
- All Implemented Interfaces:
Serializable
Conversion image file to text error.
- Author:
- Fernando Romulo da Silva
- See Also:
-
Constructor Summary
ConstructorDescriptionConversionException
(String message, Object... params) Constructs a new ConversionException exception with the specified detail message.ConversionException
(String message, Throwable cause, Object... params) 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
-
ConversionException
Constructs a new ConversionException exception with the specified detail message.- Parameters:
msg
- The detail messageparams
- The parameters used on message
-
ConversionException
Constructs a new runtime exception with the specified detail message and cause.- Parameters:
msg
- The detail messageex
- The causeparams
- The parameters used on message
-