Class AnswerInvalidLengthException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AnswerInvalidLengthException
    extends java.lang.Exception
    Invalid length exception for FormField answers
    Since:
    8.2.0
    Version:
    $Revision: 18134 $ $Date: 2015-12-15 17:29:32 -0200 (Tue, 15 Dec 2015) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMaxLength()  
      • 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

      • AnswerInvalidLengthException

        public AnswerInvalidLengthException​(int maxLength)
    • Method Detail

      • getMaxLength

        public int getMaxLength()