Package gov.nih.mipav.model.file
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:
java.io.Serializable
- Enclosing class:
- MetadataExtractor
public static final class MetadataExtractor.BufferBoundsException extends java.io.IOException
A checked replacement forIndexOutOfBoundsException
. Used byMetadataExtractor.RandomAccessReader
.- Author:
- Drew Noakes https://drewnoakes.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BufferBoundsException(int index, int bytesRequested, long bufferLength)
BufferBoundsException(java.lang.String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
getMessage(int index, int bytesRequested, long bufferLength)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-