MVT API

math.exceptions
Class MinimumStepSizeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--math.exceptions.MinimumStepSizeException
All Implemented Interfaces:
java.io.Serializable

public class MinimumStepSizeException
extends java.lang.Exception

The class MinimumStepSizeException is used to signal when the jacobian determinant for a system of functions vanishes. It Extends the Exception class

Since:
JDK1.1
Author:
Eric Wright
See Also:
Serialized Form

Field Summary
 java.awt.geom.Point2D.Double[] pts2D
           
 Point3D[] pts3D
           
 Point4D[] pts4D
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MinimumStepSizeException(java.lang.String str, java.awt.geom.Point2D.Double[] pts)
           
MinimumStepSizeException(java.lang.String str, Point3D[] pts)
           
MinimumStepSizeException(java.lang.String str, Point4D[] pts)
           
 
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
 

Field Detail

pts2D

public java.awt.geom.Point2D.Double[] pts2D

pts3D

public Point3D[] pts3D

pts4D

public Point4D[] pts4D
Constructor Detail

MinimumStepSizeException

public MinimumStepSizeException(java.lang.String str,
                                java.awt.geom.Point2D.Double[] pts)

MinimumStepSizeException

public MinimumStepSizeException(java.lang.String str,
                                Point3D[] pts)

MinimumStepSizeException

public MinimumStepSizeException(java.lang.String str,
                                Point4D[] pts)

MVT API

mvt.icons