javasci::BadDataArgumentException Class Reference

Inheritance diagram for javasci::BadDataArgumentException:

Inheritance graph
[legend]
Collaboration diagram for javasci::BadDataArgumentException:

Collaboration graph
[legend]

Package Functions

 BadDataArgumentException (String s)

Detailed Description

This class manages exceptions from the construction of SciDoubleArray , SciStringArray.
Author:
Allan Cornet - INRIA 2005

Definition at line 18 of file BadDataArgumentException.java.


Constructor & Destructor Documentation

javasci::BadDataArgumentException::BadDataArgumentException ( String  s  )  [inline, package]

Constructor of the exception

Parameters:
s the error message

Definition at line 23 of file BadDataArgumentException.java.

00023                                            {
00024     super(s);
00025   }


The documentation for this class was generated from the following file:

Generated on Tue Sep 9 18:23:58 2008 for Scilab [trunk] by  doxygen 1.5.5