public class DefinitionAlreadyExistsException extends XDRuntimeException
| Constructor and Description |
|---|
DefinitionAlreadyExistsException(java.lang.String offendingName,
java.lang.String message)
Create a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOffendingName()
Return the definition name that was in conflict.
|
public DefinitionAlreadyExistsException(java.lang.String offendingName,
java.lang.String message)
offendingName - name of the definition that conflictsmessage - Exception message. Can use String.format(String, Object...) syntax to include the
offendingName