Starsector API
Loading...
Searching...
No Matches
RuleException.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.util;
2
3
public
class
RuleException
extends
RuntimeException {
4
5
public
RuleException
(
String
string
) {
6
super
(
string
);
7
}
8
9
public
RuleException
(
Exception
e
) {
10
super
(
e
);
11
}
12
13
}
com.fs.starfarer.api.util.RuleException
Definition
RuleException.java:3
com.fs.starfarer.api.util.RuleException.RuleException
RuleException(String string)
Definition
RuleException.java:5
com.fs.starfarer.api.util.RuleException.RuleException
RuleException(Exception e)
Definition
RuleException.java:9
com.fs.starfarer.api.util.TimeoutTracker
Definition
TimeoutTracker.java:8
src
com
fs
starfarer
api
util
RuleException.java
Generated by
1.9.8