|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.msu.cme.rdp.classifier.rrnaclassifier.TrainingDataException
public class TrainingDataException
Handles the exception occurred when parsing training information.
Constructor Summary | |
---|---|
TrainingDataException()
Creates a new instance of TrainingDataException without detail message. |
|
TrainingDataException(java.lang.String msg)
Constructs an instance of TrainingDataException with the specified detail message. |
|
TrainingDataException(java.lang.Throwable rootCause)
Constructs an instance of TrainingDataException with the specified root cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrainingDataException()
public TrainingDataException(java.lang.String msg)
public TrainingDataException(java.lang.Throwable rootCause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |