App
Public Member Functions | List of all members
mhr.appcore.interfaces.exceptions.ImageFileOutputException Class Reference
Inheritance diagram for mhr.appcore.interfaces.exceptions.ImageFileOutputException:

Public Member Functions

 ImageFileOutputException ()
 
 ImageFileOutputException (String detailMessage)
 
 ImageFileOutputException (Throwable throwable)
 
 ImageFileOutputException (String detailMessage, Throwable throwable)
 

Detailed Description

Definition at line 3 of file ImageFileOutputException.java.

Constructor & Destructor Documentation

mhr.appcore.interfaces.exceptions.ImageFileOutputException.ImageFileOutputException ( )
inline

Definition at line 5 of file ImageFileOutputException.java.

{
}
mhr.appcore.interfaces.exceptions.ImageFileOutputException.ImageFileOutputException ( String  detailMessage)
inline

Definition at line 8 of file ImageFileOutputException.java.

{
super(detailMessage);
}
mhr.appcore.interfaces.exceptions.ImageFileOutputException.ImageFileOutputException ( Throwable  throwable)
inline

Definition at line 12 of file ImageFileOutputException.java.

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

Definition at line 16 of file ImageFileOutputException.java.

{
super(detailMessage, throwable);
}

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