Package xal.tools.math
Class MathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.tools.math.MathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GridException
Exception class for
xal.tools.math package.- Since:
- Jan 27, 2003
- Author:
- Christopher K. Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofMathExceptionwithout detail message.MathException(String msg) Constructs an instance ofMathExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MathException
public MathException()Creates a new instance ofMathExceptionwithout detail message. -
MathException
Constructs an instance ofMathExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-