Class TimeWindowElementConstraintOutOfBoundsException

    • Constructor Detail

      • TimeWindowElementConstraintOutOfBoundsException

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

        public TimeWindowElementConstraintOutOfBoundsException​(Throwable cause,
                                                               String constraint,
                                                               long receivedLow,
                                                               long receivedHi,
                                                               long expectedLow,
                                                               long expectedHi)
        Attribute on a time window element is out of bounds.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        constraint - The constraint.
        receivedLow - The lower bound that the value can take
        receivedHi - The upper bound that the value can take
        expectedLow - The lower bound that the value can take
        expectedHi - The upper bound that the value can take