Class SequenceEditorException

  • All Implemented Interfaces:
    Serializable

    public class SequenceEditorException
    extends Exception
    Exception class for the sequence-editor carbon component
    See Also:
    Serialized Form
    • Constructor Detail

      • SequenceEditorException

        public SequenceEditorException()
      • SequenceEditorException

        public SequenceEditorException​(String message)
        Creates a new SequenceEditorException instance.
        Parameters:
        message - a message field in the for the exception
      • SequenceEditorException

        public SequenceEditorException​(String message,
                                       Throwable e)
        Creates a new SequenceEditorException instance.
        Parameters:
        message - a message field in the for the exception
        e - the original exception.