java.lang.Object
java.lang.Throwable
java.lang.Exception
io.xpipe.core.dialog.DialogCancelException
- All Implemented Interfaces:
Serializable
An exception indicating that the user aborted the dialogue.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDialogCancelException(String message) DialogCancelException(String message, Throwable cause) DialogCancelException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) DialogCancelException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DialogCancelException
public DialogCancelException() -
DialogCancelException
-
DialogCancelException
-
DialogCancelException
-
DialogCancelException
-