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