java.lang.Object
java.lang.Throwable
java.lang.Exception
com.virtuosotechnologies.lib.util.EventAbortedException
- All Implemented Interfaces:
- java.io.Serializable
- public class EventAbortedException
- extends java.lang.Exception
This exception indicates that an event broadcast has been aborted
by one of the listeners.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventAbortedException
public EventAbortedException()
EventAbortedException
public EventAbortedException(java.lang.String msg)
EventAbortedException
public EventAbortedException(java.lang.String msg,
java.lang.Throwable cause)
EventAbortedException
public EventAbortedException(java.lang.Throwable cause)