Class PopupException

All Implemented Interfaces:
Serializable

public abstract class PopupException extends RuntimeException
Abstract exception type used for displaying a custom message to the user in a pop-up box instead of the exception stack trace
See Also:
  • Constructor Details

    • PopupException

      public PopupException(Throwable e)
  • Method Details

    • getPopupMessage

      public abstract String getPopupMessage()