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

Public Member Functions

 ImageFileInputException ()
 
 ImageFileInputException (String detailMessage)
 
 ImageFileInputException (Throwable throwable)
 
 ImageFileInputException (String detailMessage, Throwable throwable)
 

Detailed Description

Definition at line 3 of file ImageFileInputException.java.

Constructor & Destructor Documentation

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

Definition at line 5 of file ImageFileInputException.java.

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

Definition at line 8 of file ImageFileInputException.java.

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

Definition at line 12 of file ImageFileInputException.java.

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

Definition at line 16 of file ImageFileInputException.java.

{
super(detailMessage, throwable);
}

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