Package edu.msu.cme.rdp.classifier
Class TrainingDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.msu.cme.rdp.classifier.TrainingDataException
- All Implemented Interfaces:
Serializable
Handles the exception occurred when parsing training information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of TrainingDataException without detail message.Constructs an instance of TrainingDataException with the specified detail message.TrainingDataException
(Throwable rootCause) Constructs an instance of TrainingDataException with the specified root cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TrainingDataException
public TrainingDataException()Creates a new instance of TrainingDataException without detail message. -
TrainingDataException
Constructs an instance of TrainingDataException with the specified detail message. -
TrainingDataException
Constructs an instance of TrainingDataException with the specified root cause.
-