Class DateTimeConstantOutOfBoundsException

    • Constructor Detail

      • DateTimeConstantOutOfBoundsException

        protected DateTimeConstantOutOfBoundsException​(String newErrorCode,
                                                       String messageFormat,
                                                       Throwable cause,
                                                       Object[] exceptionDataEN,
                                                       Object[] exceptionData)
      • DateTimeConstantOutOfBoundsException

        public DateTimeConstantOutOfBoundsException​(Throwable cause,
                                                    String valueName,
                                                    long invalidValue,
                                                    long lowerBound,
                                                    long upperBound)
        A day has been entered that is out of the specified allowed range.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        valueName - The value that has been entered incorrectly.
        invalidValue - The invalid value that was entered
        lowerBound - The lower bound that the value can take
        upperBound - The upper bound that the value can take