Class ReaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.digimarc.dms.readers.ReaderException
All Implemented Interfaces:
Serializable

public class ReaderException extends Exception
Exception class used for errors that occur in all BaseReader-derived classes.
See Also:
  • Constructor Details

    • ReaderException

      public ReaderException(@NonNull String reason)
    • ReaderException

      public ReaderException(@StringRes int reasonId)