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

Výjimka pro případ, kdy požadovaná vrstva nebyla nalezena, pravděpodobně již neexistuje. More...

Inheritance diagram for mhr.appcore.image.exceptions.LayerNotFoundException:

Public Member Functions

 LayerNotFoundException ()
 
 LayerNotFoundException (String detailMessage)
 
 LayerNotFoundException (Throwable throwable)
 
 LayerNotFoundException (String detailMessage, Throwable throwable)
 

Detailed Description

Výjimka pro případ, kdy požadovaná vrstva nebyla nalezena, pravděpodobně již neexistuje.

Definition at line 6 of file LayerNotFoundException.java.

Constructor & Destructor Documentation

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

Definition at line 8 of file LayerNotFoundException.java.

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

Definition at line 11 of file LayerNotFoundException.java.

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

Definition at line 15 of file LayerNotFoundException.java.

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

Definition at line 19 of file LayerNotFoundException.java.

{
super(detailMessage, throwable);
}

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