public static class

BasePool.InvalidSizeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.facebook.imagepipeline.memory.BasePool.InvalidSizeException
Known Direct Subclasses

Class Overview

An exception to indicate that the requested size was invalid

Summary

Public Constructors
InvalidSizeException(Object size)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidSizeException (Object size)