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:
java.io.Serializable
public class NoReaderException
extends java.io.IOException
Ü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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoReaderException()
Normaler Konstruktor. -
Method Summary
-
Constructor Details
-
NoReaderException
public NoReaderException()Normaler Konstruktor.
-