Class ShortSequenceException

All Implemented Interfaces:
Serializable

public class ShortSequenceException extends IllegalArgumentException
Handles exception for a short sequence.
See Also:
  • Constructor Details

    • ShortSequenceException

      public ShortSequenceException(String seqDoc, String msg)
      Creates a new instance of ShortSequenceException to handle short sequence.
  • Method Details

    • getSeqDoc

      public String getSeqDoc()
      Returns the sequence identifier.
    • getMessage

      public String getMessage()
      Returns the error message.
      Overrides:
      getMessage in class Throwable