/[xulu]/trunk/src/appl/parallel/data/xulugridfile/XuluGridFileException.java
ViewVC logotype

Contents of /trunk/src/appl/parallel/data/xulugridfile/XuluGridFileException.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
File size: 328 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 package appl.parallel.data.xulugridfile;
2
3 /**
4 * Is thrown if an error inside the XuluGridFile occours.
5 *
6 * @author Dominik Appl
7 */
8 public class XuluGridFileException extends Exception {
9
10 public XuluGridFileException(String message) {
11 super(message);// TODO Auto-generated constructor stub
12 }
13
14 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26