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