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:
  • Constructor Details

    • ProcessingException

      public ProcessingException(String message)
    • ProcessingException

      public ProcessingException(String message, Throwable cause)