Package xal.tools.beam.ens
Class EnsembleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.XalException
xal.model.ModelException
xal.tools.beam.ens.EnsembleException
- All Implemented Interfaces:
Serializable
Exceptions related to multi-particle simulations, specifically, that
involving the ensemble of particles being propagated.
- Author:
- CKAllen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofEnsembleException
without detail message.EnsembleException
(String msg) Constructs an instance ofEnsembleException
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
-
EnsembleException
public EnsembleException()Creates a new instance ofEnsembleException
without detail message. -
EnsembleException
Constructs an instance ofEnsembleException
with the specified detail message.- Parameters:
msg
- the detail message.
-