Package edu.msu.cme.rdp.classifier
Class ShortSequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
edu.msu.cme.rdp.classifier.ShortSequenceException
- All Implemented Interfaces:
Serializable
Handles exception for a short sequence.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShortSequenceException
(String seqDoc, String msg) Creates a new instance of ShortSequenceException to handle short sequence. -
Method Summary
Modifier and TypeMethodDescriptionReturns the error message.Returns the sequence identifier.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShortSequenceException
Creates a new instance of ShortSequenceException to handle short sequence.
-
-
Method Details
-
getSeqDoc
Returns the sequence identifier. -
getMessage
Returns the error message.- Overrides:
getMessage
in classThrowable
-