BIJ API

bijnum
Class SVDCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--bijnum.SVDCException
All Implemented Interfaces:
java.io.Serializable

public class SVDCException
extends java.lang.Exception

This is the exception produced by the Singular Value Decomposition method. See the SVDC_f77.java code for details.

See Also:
Serialized Form

Field Summary
 int info
           
 
Constructor Summary
SVDCException()
           
SVDCException(int info)
           
SVDCException(java.lang.String problem)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

info

public int info
Constructor Detail

SVDCException

public SVDCException(int info)

SVDCException

public SVDCException(java.lang.String problem)

SVDCException

public SVDCException()

BIJ API

Submit a bug or feature

Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.