gov.sns.tools.math
Class MathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.tools.math.MathException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GridException

public class MathException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MathException()
          Creates a new instance of MathException without detail message.
MathException(java.lang.String msg)
          Constructs an instance of MathException with the specified detail message.
 
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()
Creates a new instance of MathException without detail message.


MathException

public MathException(java.lang.String msg)
Constructs an instance of MathException with the specified detail message.

Parameters:
msg - the detail message.