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:
Java Class File  |  2002-06-19  |  330 b   |  11 lines

  1. package javax.vecmath;
  2.  
  3. public class SingularMatrixException extends RuntimeException {
  4.    public SingularMatrixException() {
  5.    }
  6.  
  7.    public SingularMatrixException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.