Class GridException

All Implemented Interfaces:
Serializable

public class GridException extends MathException
Author:
Christopher Allen
See Also:
  • Constructor Details

    • GridException

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

      public GridException(String msg)
      Constructs an instance of GridException with the specified detail message.
      Parameters:
      msg - the detail message.