Interface Catchable

    • Method Detail

      • isClean

        default boolean isClean()
        Check if any un-catch-ed exception is pending.
        Returns:
        Returns true if no exception is pending.
      • isError

        default boolean isError()
        Check if any un-catch-ed exception is pending.
        Returns:
        Returns true if an exception is pending.