com.bumptech.glide.load.resource.bitmap
Class RecyclableBufferedInputStream.InvalidMarkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RecyclableBufferedInputStream.InvalidMarkException(String detailMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

RecyclableBufferedInputStream.InvalidMarkException

public RecyclableBufferedInputStream.InvalidMarkException(String detailMessage)