Package xal.model

Class PropagationException

All Implemented Interfaces:
Serializable

public class PropagationException extends ModelException
Model exceptions specific to propagation a probe object down an element lattice.
Author:
Christopher Allen
See Also:
  • Constructor Details

    • PropagationException

      public PropagationException()
      Creates a new instance of PropagationException without detail message.
    • PropagationException

      public PropagationException(String msg)
      Constructs an instance of PropagationException with the specified detail message.
      Parameters:
      msg - the detail message.