Interface Modelstore

    • Method Detail

      • logError

        void logError​(String message,
                      Object fileOrStream,
                      Exception e)
        Log an error situation that resulted in a caught exception.
        Parameters:
        message - a human readable message explaining where the error occurred
        fileOrStream - a File or stream involved in the error, null if not relevant
        e - the exception caught by the code logging the error
      • getErrors

        List<ErrorBean> getErrors()
        Get the list of logged errors
        Returns:
        a list of ErrorBean, return the empty list if no errors have been reported