source: xssim/src/simulator/workload/exceptons/XMLLogicException.java @ 104

Revision 104, 263 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package simulator.workload.exceptons;
2
3public 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.