Class MessagingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.jqno.equalsverifier.internal.exceptions.MessagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssertionException, RecursionException

public abstract class MessagingException extends RuntimeException
Superclass for exceptions that exist only to send a message to the user when something goes wrong. These exceptions do not need to be included as a cause in the final stack trace. If they have a cause, this cause will serve directly as the cause for the final stack trace, instead of the exception itself.
See Also:
  • Constructor Details

    • MessagingException

      public MessagingException()
    • MessagingException

      public MessagingException(String description)
    • MessagingException

      public MessagingException(String description, Throwable cause)
  • Method Details

    • getDescription

      public String getDescription()