Class 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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoReaderException

        public NoReaderException()
        Normaler Konstruktor.