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
Fields inherited from class java.lang.Exception |
|
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 |
pts2D
public java.awt.geom.Point2D.Double[] pts2D
pts3D
public Point3D[] pts3D
pts4D
public Point4D[] pts4D
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.icons