public class ProblemTNSAndNameAlreadyInUse extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemTNSAndNameAlreadyInUse(java.lang.String targetNameSpace,
java.lang.String name)
Constructor for the ProblemTNSAndNameAlreadyInUse class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
java.lang.String |
getName()
Get the name that is already in use.
|
java.lang.String |
getTargetNameSpace()
Get the target name space that is already in use.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemTNSAndNameAlreadyInUse(java.lang.String targetNameSpace, java.lang.String name)
targetNameSpace
- The target name space specified for the new ruleset or decision table.name
- The name specified for the new ruleset or decision table.public java.lang.String getName()
public java.lang.String getTargetNameSpace()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem