01: // -- @(#)SingularException.java 1.4 99/03/22
02:
03: package uk.org.ponder.matrix;
04:
05: /**
06: * This exception is raised in the event of an inappropriate operation being
07: * applied to a singular matrix.
08: */
09:
10: publicclass SingularException extendsRuntimeException {
11:
12: }