dwvisser.math
Class MathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dwvisser.math.MathException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StatisticsException

public class MathException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MathException(java.lang.String mesg)
           
 
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(java.lang.String mesg)