All Packages Class Hierarchy This Package Previous Next Index
Class Jampack.JampackException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----Jampack.JampackException
- public class JampackException
- extends Exception
This is the exception class for Jampack. Since
most errors in matrix algorithms are unrecoverable,
the standard response is to pass an error message
up the line.
-
JampackException()
-
-
JampackException(String)
-
JampackException
public JampackException()
JampackException
public JampackException(String s)
All Packages Class Hierarchy This Package Previous Next Index