Class UISWTViewEventCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.ui.swt.pifimpl.UISWTViewEventCancelledException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUISWTViewEventCancelledException(String message) UISWTViewEventCancelledException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UISWTViewEventCancelledException
public UISWTViewEventCancelledException() -
UISWTViewEventCancelledException
-
UISWTViewEventCancelledException
- Parameters:
message-
-
UISWTViewEventCancelledException
- Parameters:
cause-
-