Class MetadataExtractor.BufferBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
gov.nih.mipav.model.file.MetadataExtractor.BufferBoundsException
All Implemented Interfaces:
Serializable
Enclosing class:
MetadataExtractor

public static final class MetadataExtractor.BufferBoundsException extends IOException
Author:
Drew Noakes https://drewnoakes.com
See Also:
  • Field Details

  • Constructor Details

    • BufferBoundsException

      public BufferBoundsException(int index, int bytesRequested, long bufferLength)
    • BufferBoundsException

      public BufferBoundsException(String message)
  • Method Details

    • getMessage

      private static String getMessage(int index, int bytesRequested, long bufferLength)