Class TextProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tribuo.data.text.TextProcessingException
- All Implemented Interfaces:
Serializable
An exception thrown by the text processing system.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTextProcessingException
(String message) TextProcessingException
(String message, Throwable throwable) TextProcessingException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextProcessingException
-
TextProcessingException
-
TextProcessingException
-