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.


Constructor Index

 o JampackException()
 o JampackException(String)

Constructors

 o JampackException
 public JampackException()
 o JampackException
 public JampackException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index