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