Package xal.smf

Class SequenceOrderingException

All Implemented Interfaces:
Serializable

public class SequenceOrderingException extends RuntimeException
SequenceOrderingException is thrown by the orderSequences() method in AcceleratorSeq when the supplied collection of sequences cannot be ordered back to back or a unique path cannot be found.
Author:
tap
See Also:
  • Constructor Details

    • SequenceOrderingException

      public SequenceOrderingException(Collection<AcceleratorSeq> sequences)
      Creates a new instance of SequenceOrderingException
  • Method Details