Class MathException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GridException

public class MathException extends Exception
Exception class for xal.tools.math package.
Since:
Jan 27, 2003
Author:
Christopher K. Allen
See Also:
  • Constructor Details

    • MathException

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

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