Class WrongValuesException

    • Constructor Detail

      • WrongValuesException

        public WrongValuesException​(WrongValueException[] wrongValueExs)
        Constructs a multiple wrong value exception.
        Parameters:
        wrongValueExs - an array of WrongValueException
        Throws:
        java.lang.IllegalArgumentException - if wrongValueExs is null or empty
    • Method Detail

      • getWrongValueExceptions

        public WrongValueException[] getWrongValueExceptions()
        Returns all the exceptions (never null).