Class Exceptions

    • Constructor Detail

      • Exceptions

        private Exceptions()
        Private constructor
    • Method Detail

      • printErrors

        public static String printErrors​(List<Throwable> errors)
        Appends the messages of each Throwable to a string, separated by a new line.
        Parameters:
        errors - the errors
        Returns:
        the string with all error message