Jampack
Class JampackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Jampack.JampackException
All Implemented Interfaces:
java.io.Serializable

public class JampackException
extends java.lang.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.

Version:
Pre-alpha
Author:
G. W. Stewart
See Also:
Serialized Form

Constructor Summary
JampackException()
           
JampackException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JampackException

public JampackException()

JampackException

public JampackException(java.lang.String s)