Class Nag

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Modifier Constructor Description
      protected Nag​(java.lang.String message)
      Constructs with a message.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(@NotNull Nag nag)
      Prints a nag.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Nag

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

      • print

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