borland Packages Class Hierarchy jb.util Package
java.lang.Object +----java.lang.Throwable +----java.lang.Exception +----com.borland.jb.util.VetoException
Constructors Properties Methods
Implements Serializable
A VetoException
object is thrown when an EventListener
wishes to halt the multicasting of a vetoable event.
com.borland.jb.util.EventMulticaster
, com.borland.jb.util.VetoableDispatch
public VetoException()Constructs an
VetoException
object with no detail message.
public VetoException(String vetoMessage)Provides the application the opportunity to pass a message for default error message handling. Many event processers will ignore the
vetoMessage
.
vetoMessage
vetoMessage
is not required.
public String getVetoMessage()Returns the message used for default error handling.