App
Public Member Functions | List of all members
mhr.appcore.bitmap.exceptions.BitmapAllocationException Class Reference

Výjimka pro případ, že se bitmapu nepodařilo alokovat. More...

Inheritance diagram for mhr.appcore.bitmap.exceptions.BitmapAllocationException:
mhr.appcore.exceptions.AllocationException mhr.appcore.exceptions.AppFatalException

Public Member Functions

 BitmapAllocationException ()
 
 BitmapAllocationException (String detailMessage)
 
 BitmapAllocationException (Throwable throwable)
 
 BitmapAllocationException (String detailMessage, Throwable throwable)
 

Detailed Description

Výjimka pro případ, že se bitmapu nepodařilo alokovat.

Definition at line 9 of file BitmapAllocationException.java.

Constructor & Destructor Documentation

mhr.appcore.bitmap.exceptions.BitmapAllocationException.BitmapAllocationException ( )
inline

Definition at line 11 of file BitmapAllocationException.java.

{
}
mhr.appcore.bitmap.exceptions.BitmapAllocationException.BitmapAllocationException ( String  detailMessage)
inline

Definition at line 14 of file BitmapAllocationException.java.

{
super(detailMessage);
}
mhr.appcore.bitmap.exceptions.BitmapAllocationException.BitmapAllocationException ( Throwable  throwable)
inline

Definition at line 18 of file BitmapAllocationException.java.

{
super(throwable);
}
mhr.appcore.bitmap.exceptions.BitmapAllocationException.BitmapAllocationException ( String  detailMessage,
Throwable  throwable 
)
inline

Definition at line 22 of file BitmapAllocationException.java.

{
super(detailMessage, throwable);
}

The documentation for this class was generated from the following file: