public class VetoException extends RuntimeException
EventHandler annotated methods to
indicate that a "veto" of the event has occured. In order for a veto to be
allowed, the subscriber must set the EventHandler.canVeto() property
to true, indicating that the subscriber wishes to veto events of the
specified type.
The VetoException is simply a marker class that extends
RuntimeException to indicate the veto.
| Constructor and Description |
|---|
VetoException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2011–2014 Intelligents-ia. All rights reserved.