Class ValidationException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer pageNumber  
      private static long serialVersionUID
      serial version number
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getPageNumber()
      Returns the page number related to the exception, or null if not known.
      • 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        serial version number
        See Also:
        Constant Field Values
      • pageNumber

        protected java.lang.Integer pageNumber
    • Constructor Detail

      • ValidationException

        public ValidationException​(java.lang.String message,
                                   java.lang.Throwable cause,
                                   java.lang.Integer pageNumber)
      • ValidationException

        public ValidationException​(java.lang.String message,
                                   java.lang.Throwable cause)
      • ValidationException

        public ValidationException​(java.lang.String message)
      • ValidationException

        public ValidationException​(java.lang.Throwable cause)
    • Method Detail

      • getPageNumber

        public java.lang.Integer getPageNumber()
        Returns the page number related to the exception, or null if not known.