Package xal.tools.math.r3
Class GridException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.tools.math.MathException
xal.tools.math.r3.GridException
- All Implemented Interfaces:
Serializable
- Author:
- Christopher Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofGridException
without detail message.GridException
(String msg) Constructs an instance ofGridException
with 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
-
GridException
public GridException()Creates a new instance ofGridException
without detail message. -
GridException
Constructs an instance ofGridException
with the specified detail message.- Parameters:
msg
- the detail message.
-