public class EngineAmbiguousPropertyDefinitionException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineAmbiguousPropertyDefinitionException(java.lang.Object[] vars)
Constructor.
|
EngineAmbiguousPropertyDefinitionException(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 EngineAmbiguousPropertyDefinitionException(java.lang.Object[] vars)
vars
- See EngineAmbiguousPropertyDefinitionException(Object[], Throwable)
public EngineAmbiguousPropertyDefinitionException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0112E: The property ''{0}'' has been defined multiple times.cause
- The exception that was thrown.