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:
java.io.Serializable
public class ShortSequenceException extends java.lang.IllegalArgumentException
Handles exception for a short sequence.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShortSequenceException(java.lang.String seqDoc, java.lang.String msg)
Creates a new instance of ShortSequenceException to handle short sequence.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Returns the error message.java.lang.String
getSeqDoc()
Returns the sequence identifier.
-