BadDataArgumentException.java

Go to the documentation of this file.
00001 package javasci ;
00002 /********************************************************************************************************/
00003 /* Allan CORNET */
00004 /* INRIA 2005 */
00005 /********************************************************************************************************/
00009 /********************************************************************************************************/
00010 public class BadDataArgumentException  extends RuntimeException 
00011 {
00012   BadDataArgumentException(String s) 
00013   {
00014     super(s);
00015   }
00016 }
00017 /********************************************************************************************************/

Generated on Sun Mar 4 15:03:58 2007 for Scilab [trunk] by  doxygen 1.5.1