Package xal.smf
Class SequenceOrderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.smf.SequenceOrderingException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionSequenceOrderingException
(Collection<AcceleratorSeq> sequences) Creates a new instance of SequenceOrderingException -
Method Summary
Modifier and TypeMethodDescriptionOverride getMessage() to be meaningful.Get the sequences that were attempted to be orderedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SequenceOrderingException
Creates a new instance of SequenceOrderingException
-
-
Method Details
-
getMessage
Override getMessage() to be meaningful.- Overrides:
getMessage
in classThrowable
-
getSequences
Get the sequences that were attempted to be ordered
-