Class TextProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tribuo.data.text.TextProcessingException
All Implemented Interfaces:
Serializable

public class TextProcessingException extends Exception
An exception thrown by the text processing system.
See Also:
  • Constructor Details

    • TextProcessingException

      public TextProcessingException(String message)
    • TextProcessingException

      public TextProcessingException(String message, Throwable throwable)
    • TextProcessingException

      public TextProcessingException(Throwable throwable)