Serialized Form
-
Package org.imageconverter.infra.exception
-
Exception org.imageconverter.infra.exception.BaseApplicationException
class BaseApplicationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.ConversionException
class ConversionException extends ElementInvalidException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.CsvFileGenerationException
class CsvFileGenerationException extends BaseApplicationException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.CsvFileNoDataException
class CsvFileNoDataException extends CsvFileGenerationException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.ElementAlreadyExistsException
class ElementAlreadyExistsException extends ElementConflictException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.ElementConflictException
class ElementConflictException extends BaseApplicationException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.ElementInvalidException
class ElementInvalidException extends BaseApplicationException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.ElementNotFoundException
class ElementNotFoundException extends BaseApplicationException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.ElementWithIdNotFoundException
class ElementWithIdNotFoundException extends ElementNotFoundException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.ImageConvertServiceException
class ImageConvertServiceException extends BaseApplicationException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.TesseractConversionException
class TesseractConversionException extends ServiceUnavailableException implements Serializable- serialVersionUID:
- 1L
-
Exception org.imageconverter.infra.exception.TesseractNotSetException
class TesseractNotSetException extends ImageConvertServiceException implements Serializable- serialVersionUID:
- 1L
-