Package com.illumon.iris.gui.widget
Class PopupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.gui.widget.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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PopupException(Throwable e)
-
Method Summary
Modifier and Type Method Description abstract String
getPopupMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString