App
Public Member Functions | List of all members
mhr.appcore.image.exceptions.ImageLoadingException Class Reference

Obecná výjimka pro obraz, fatální. More...

Inheritance diagram for mhr.appcore.image.exceptions.ImageLoadingException:
mhr.appcore.exceptions.AppFatalException

Public Member Functions

 ImageLoadingException ()
 
 ImageLoadingException (String detailMessage)
 
 ImageLoadingException (Throwable throwable)
 
 ImageLoadingException (String detailMessage, Throwable throwable)
 

Detailed Description

Obecná výjimka pro obraz, fatální.

Definition at line 8 of file ImageLoadingException.java.

Constructor & Destructor Documentation

mhr.appcore.image.exceptions.ImageLoadingException.ImageLoadingException ( )
inline

Definition at line 10 of file ImageLoadingException.java.

{
}
mhr.appcore.image.exceptions.ImageLoadingException.ImageLoadingException ( String  detailMessage)
inline

Definition at line 13 of file ImageLoadingException.java.

{
super(detailMessage);
}
mhr.appcore.image.exceptions.ImageLoadingException.ImageLoadingException ( Throwable  throwable)
inline

Definition at line 17 of file ImageLoadingException.java.

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

Definition at line 21 of file ImageLoadingException.java.

{
super(detailMessage, throwable);
}

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