public static class

BasePool.SizeTooLargeException

extends BasePool.InvalidSizeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.facebook.imagepipeline.memory.BasePool.InvalidSizeException
           ↳ com.facebook.imagepipeline.memory.BasePool.SizeTooLargeException

Class Overview

A specific case of InvalidSizeException used to indicate that the requested size was too large

Summary

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

Public Constructors

public SizeTooLargeException (Object size)