Class BufferView.Reader.OutOfBoundsException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    BufferView.Reader

    public static class BufferView.Reader.OutOfBoundsException
    extends java.lang.IndexOutOfBoundsException
    Exception that is thrown whenever an attempt is made to read beyond the bounds of a BufferView.
    See Also:
    Serialized Form
    • 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

      • OutOfBoundsException

        public OutOfBoundsException()
      • OutOfBoundsException

        public OutOfBoundsException​(java.lang.String message)