| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.virtuosotechnologies.lib.util.EventAbortedException
This exception indicates that an event broadcast has been aborted by one of the listeners.
| Constructor Summary | |
EventAbortedException()
Constructor  | 
|
EventAbortedException(String msg)
Constructor with message string  | 
|
EventAbortedException(String msg,
                      Throwable cause)
Constructor with message string and cause  | 
|
EventAbortedException(Throwable cause)
Constructor with cause  | 
|
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public EventAbortedException()
public EventAbortedException(String msg)
msg - message string
public EventAbortedException(String msg,
                             Throwable cause)
msg - message stringcause - cause exceptionpublic EventAbortedException(Throwable cause)
cause - cause exception
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||