com.tensegrity.generic.math
Class MathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.math.MathException
All Implemented Interfaces:
java.io.Serializable

public class MathException
extends StaticException

MathException is thrown if mathematical calculations have to be interrupted, for example due to a division by zero.

Version:
$Id: MathException.java,v 1.5 2003/08/27 16:32:17 AndreasEbbert Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
MathException()
          Constructs a math exception.
MathException(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

MathException

public MathException()
Constructs a math exception.


MathException

public MathException(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.