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