source:
xssim/trunk/src/simulator/workload/exceptons/XMLLogicException.java
@
104
Revision 104, 263 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package simulator.workload.exceptons; |
2 | |
3 | public class XMLLogicException extends Exception { |
4 | |
5 | private static final long serialVersionUID = 1238471681577925949L; |
6 | |
7 | public XMLLogicException(){ |
8 | super(); |
9 | } |
10 | |
11 | public XMLLogicException(String arg){ |
12 | super(arg); |
13 | } |
14 | } |
Note: See TracBrowser
for help on using the repository browser.