Class ErrorList

    • Constructor Detail

      • ErrorList

        public ErrorList()
        Default constructor.
      • ErrorList

        public ErrorList​(@Nullable
                         Iterable<? extends IError> aList)
        Constructor taking a list of iterable objects.
        Parameters:
        aList - The list to be added. May be null.
      • ErrorList

        public ErrorList​(@Nullable
                         IError... aList)
        Constructor taking a list of iterable objects.
        Parameters:
        aList - The array to be added. May be null.
      • ErrorList

        public ErrorList​(@Nonnull
                         ErrorList aErrorList)
        Copy constructor.
        Parameters:
        aErrorList - The error list to copy from. May be null.