public class EngineInvalidDurationInEventHandlerException extends SystemFaultException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineInvalidDurationInEventHandlerException(java.lang.Object[] vars)
Constructor.
|
EngineInvalidDurationInEventHandlerException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public EngineInvalidDurationInEventHandlerException(java.lang.Object[] vars)
vars
- See EngineInvalidDurationInEventHandlerException(Object[], Throwable)
public EngineInvalidDurationInEventHandlerException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0111E: The duration specified in an onAlarm event handler for expression ''{0}'' is invalid.cause
- The exception that was thrown.