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