com.bumptech.glide.load.resource.bitmap
Class RecyclableBufferedInputStream.InvalidMarkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream.InvalidMarkException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RecyclableBufferedInputStream
public static class RecyclableBufferedInputStream.InvalidMarkException
- extends RuntimeException
An exception thrown when a mark can no longer be obeyed because the underlying buffer size is smaller than the
amount of data read after the mark position.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RecyclableBufferedInputStream.InvalidMarkException
public RecyclableBufferedInputStream.InvalidMarkException(String detailMessage)