Class Nag

All Implemented Interfaces:
Serializable

public abstract class Nag
extends RuntimeException
A nag.
Since:
4.7.0
See Also:
Serialized Form
  • Constructor Details

    • Nag

      protected Nag​(String message)
      Constructs with a message.
      Parameters:
      message - the message
      Since:
      4.7.0
  • Method Details

    • print

      public static void print​(@NonNull Nag nag)
      Prints a nag.
      Parameters:
      nag - the nag
      Since:
      4.7.0