Package de.elo.mover.main.tiff
Class NoReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.elo.mover.main.tiff.NoReaderException
- All Implemented Interfaces:
Serializable
Überschrift: NoReaderException.
Beschreibung: Eindeutige Exception, wenn kein passender ImageReader für ein (TIFF) Bildformat gefunden wurde.
Copyright: Copyright (c) ELO Digital Office GmbH 2018
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoReaderException
public NoReaderException()Normaler Konstruktor.
-