Interface IErrorIndicator


public interface IErrorIndicator
Very simple interface for an object that has error/noError indication.
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isError

      boolean isError()
      Returns:
      true if this level is at least EErrorLevel#ERROR or worse.
    • isNoError

      default boolean isNoError()
      Returns:
      true if this level is below EErrorLevel#ERROR.