App
Public Member Functions | List of all members
mhr.appcore.image.exceptions.ImageSavingException Class Reference
Inheritance diagram for mhr.appcore.image.exceptions.ImageSavingException:
mhr.appcore.exceptions.AppFatalException

Public Member Functions

 ImageSavingException ()
 
 ImageSavingException (String detailMessage)
 
 ImageSavingException (Throwable throwable)
 
 ImageSavingException (String detailMessage, Throwable throwable)
 

Detailed Description

Definition at line 5 of file ImageSavingException.java.

Constructor & Destructor Documentation

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

Definition at line 7 of file ImageSavingException.java.

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

Definition at line 10 of file ImageSavingException.java.

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

Definition at line 14 of file ImageSavingException.java.

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

Definition at line 18 of file ImageSavingException.java.

{
super(detailMessage, throwable);
}

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