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

Výjimka pro případ, kdy bitmapu nelze z daných parametrů vytvořit, či z jiného důvodu není typ podporován. More...

Inheritance diagram for mhr.appcore.bitmap.exceptions.UnsupportedBitmapException:
mhr.appcore.exceptions.AppFatalException

Public Member Functions

 UnsupportedBitmapException ()
 
 UnsupportedBitmapException (String detailMessage)
 
 UnsupportedBitmapException (Throwable throwable)
 
 UnsupportedBitmapException (String detailMessage, Throwable throwable)
 

Detailed Description

Výjimka pro případ, kdy bitmapu nelze z daných parametrů vytvořit, či z jiného důvodu není typ podporován.

Definition at line 8 of file UnsupportedBitmapException.java.

Constructor & Destructor Documentation

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

Definition at line 10 of file UnsupportedBitmapException.java.

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

Definition at line 13 of file UnsupportedBitmapException.java.

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

Definition at line 17 of file UnsupportedBitmapException.java.

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

Definition at line 21 of file UnsupportedBitmapException.java.

{
super(detailMessage, throwable);
}

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