Class ProcessingException

  • All Implemented Interfaces:
    Serializable

    public class ProcessingException
    extends RuntimeException
    Exception class indicating that a fatal error occured during linguistic processing.
    Author:
    Simon Thoresen Hult
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessingException

        public ProcessingException​(String message)
      • ProcessingException

        public ProcessingException​(String message,
                                   Throwable cause)