Package opennlp.tools.util
Class InsufficientTrainingDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- opennlp.tools.util.InsufficientTrainingDataException
-
- All Implemented Interfaces:
Serializable
public class InsufficientTrainingDataException extends IOException
This exception indicates that the provided training data is insufficient to train the desired model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientTrainingDataException()
InsufficientTrainingDataException(String message)
InsufficientTrainingDataException(String message, Throwable t)
InsufficientTrainingDataException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-