Package adams.core

Interface ErrorProvider

    • Method Detail

      • hasLastError

        boolean hasLastError()
        Returns whether an error was encountered during the last operation.
        Returns:
        true if an error occurred
      • getLastError

        String getLastError()
        Returns the error that occurred during the last operation.
        Returns:
        the error string, null if none occurred