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:
Serializable
Exception thrown if the text to be checked is longer than the
configured maximum.
- Since:
- 2.8
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextTooLongException
TextTooLongException(String message)
-