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

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

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

Public Member Functions

 ImageException ()
 
 ImageException (String detailMessage)
 
 ImageException (Throwable throwable)
 
 ImageException (String detailMessage, Throwable throwable)
 

Detailed Description

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

Definition at line 8 of file ImageException.java.

Constructor & Destructor Documentation

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

Definition at line 10 of file ImageException.java.

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

Definition at line 13 of file ImageException.java.

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

Definition at line 17 of file ImageException.java.

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

Definition at line 21 of file ImageException.java.

{
super(detailMessage, throwable);
}

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