com.tensegrity.generic.math
Class MathDynamicException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.generic.math.MathDynamicException
All Implemented Interfaces:
java.io.Serializable

public class MathDynamicException
extends DynamicException

Thrown if mathematical calculations have to be interrupted, for example resulting from a division by zero.

Version:
$Id: MathException.java,v 1.3 2002/10/07 13:38:07 sr Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
MathDynamicException()
          Constructs a math exception.
MathDynamicException(java.lang.String what)
          Constructs a math exception specifying a detailed message for the cause.
 
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

MathDynamicException

public MathDynamicException()
Constructs a math exception.


MathDynamicException

public MathDynamicException(java.lang.String what)
Constructs a math exception specifying a detailed message for the cause.

Parameters:
what - a detailed message for the exception.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.