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