Package xal.model
Class PropagationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.XalException
xal.model.ModelException
xal.model.PropagationException
- All Implemented Interfaces:
Serializable
Model exceptions specific to propagation a probe object down an element
lattice.
- Author:
- Christopher Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofPropagationExceptionwithout detail message.Constructs an instance ofPropagationExceptionwith 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
-
PropagationException
public PropagationException()Creates a new instance ofPropagationExceptionwithout detail message. -
PropagationException
Constructs an instance ofPropagationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-