home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &… the Search for Life CD 3
/
0_CD-ROM.iso
/
install
/
jre1_3
/
lib
/
ext
/
vecmath.jar
/
javax
/
vecmath
/
SingularMatrixException.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2002-06-19
|
330 b
|
11 lines
package javax.vecmath;
public class SingularMatrixException extends RuntimeException {
public SingularMatrixException() {
}
public SingularMatrixException(String var1) {
super(var1);
}
}