gov.sns.tools.math.r3
Class GridException

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

public class GridException
extends MathException

See Also:
Serialized Form

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

GridException

public GridException()
Creates a new instance of GridException without detail message.


GridException

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

Parameters:
msg - the detail message.