App
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
appcore
src
mhr
appcore
interfaces
exceptions
ImageFileOutputException.java
Go to the documentation of this file.
1
package
mhr.appcore.interfaces.exceptions;
2
3
public
class
ImageFileOutputException
extends
RuntimeException {
4
5
public
ImageFileOutputException
() {
6
}
7
8
public
ImageFileOutputException
(String detailMessage) {
9
super(detailMessage);
10
}
11
12
public
ImageFileOutputException
(Throwable throwable) {
13
super(throwable);
14
}
15
16
public
ImageFileOutputException
(String detailMessage, Throwable throwable) {
17
super(detailMessage, throwable);
18
}
19
20
}
Generated on Thu May 23 2013 22:10:56 for App by
1.8.3