Package org.languagetool.server
Class TextTooLongException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.languagetool.server.TextTooLongException
-
- All Implemented Interfaces:
java.io.Serializable
class TextTooLongException extends java.lang.RuntimeException
Exception thrown if the text to be checked is longer than the configured maximum.- Since:
- 2.8
-
-
Constructor Summary
Constructors Constructor Description TextTooLongException(java.lang.String message)
-