public class EngineAmbiguousOnAlarmBranchException extends EngineWrongKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineAmbiguousOnAlarmBranchException(java.lang.Object[] vars)
Constructor.
|
EngineAmbiguousOnAlarmBranchException(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 EngineAmbiguousOnAlarmBranchException(java.lang.Object[] vars)
vars
- See EngineAmbiguousOnAlarmBranchException(Object[], Throwable)
public EngineAmbiguousOnAlarmBranchException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0189E: The timer of activity ''{0}'' cannot be rescheduled, because the activity has more than one on-alarm branch specified in the model.cause
- The exception that was thrown.