Class ReadLimitReachException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReadLimitReachException
    extends java.lang.Exception
    Fehler der anzeigt das ein Limit zum Lesen von Daten erreicht wurde.
    Author:
    Frank Münster
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadLimitReachException​(java.lang.String text, int limit)
      Erstellt die Exception mit Angabe ds Limits Standardkonstruktor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLimit()
      Liefert das erreichte Limit
      • 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

      • ReadLimitReachException

        public ReadLimitReachException​(java.lang.String text,
                                       int limit)
        Erstellt die Exception mit Angabe ds Limits Standardkonstruktor
        Parameters:
        text -
        limit -
    • Method Detail

      • getLimit

        public int getLimit()
        Liefert das erreichte Limit
        Returns:
        das erreichte Limit