SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.analysis.interpolation
Class NevilleTable.DuplicatedAbscissae

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.numericalmethod.suanshu.analysis.interpolation.NevilleTable.DuplicatedAbscissae
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NevilleTable

public static class NevilleTable.DuplicatedAbscissae
extends java.lang.RuntimeException

RuntimeException thrown when there are duplicated abscissae.

See Also:
Serialized Form

Constructor Summary
NevilleTable.DuplicatedAbscissae(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NevilleTable.DuplicatedAbscissae

public NevilleTable.DuplicatedAbscissae(java.lang.String msg)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.