Class InvalidFormatException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long offset
      The offset where the problem was detected.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getOffset()
      Gets the offset where the problem was detected.
      • 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
    • Field Detail

      • offset

        protected long offset
        The offset where the problem was detected.
    • Constructor Detail

      • InvalidFormatException

        public InvalidFormatException​(long offset)
        Constructs a InvalidFormatException.
        Parameters:
        offset - offset where the problem was detected.
    • Method Detail

      • getOffset

        public long getOffset()
        Gets the offset where the problem was detected.
        Returns:
        the offset where the problem was detected.