jet.server.api.exception
Class ActionEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jet.JException
jet.JSException
jet.server.api.exception.ActionEventException
- All Implemented Interfaces:
- java.io.Serializable
public class ActionEventException
- extends jet.JSException
Represents fire ActionEvent exception.
Fire a ActionEvent may cause multi-target execute perform same event, and may cause errors on multi-target.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class jet.JException |
jet.JException.LogLevel |
| Methods inherited from class jet.JSException |
getErrorKey |
| Methods inherited from class jet.JException |
getMessages, getThrowables, logTrace |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ActionEventException
public ActionEventException(java.lang.String msg,
java.lang.Throwable... causeErrors)
getCauseErrors
public java.lang.Throwable[] getCauseErrors()