Class QuestionInvalidLengthException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QuestionInvalidLengthException
    extends java.lang.Exception
    Invalid length exception for questions
    Since:
    8.1.0
    Version:
    $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 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

      • QuestionInvalidLengthException

        public QuestionInvalidLengthException​(int maxLength)
    • Method Detail

      • getMaxLength

        public int getMaxLength()