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