Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TextTooLongException

        TextTooLongException​(java.lang.String message)