public class XMLIllegalArgumentException
extends java.lang.RuntimeException
Java class supports the HCI infrastructure and should not be used directly in your implementation code.| Constructor and Description |
|---|
XMLIllegalArgumentException(java.lang.String attName,
java.lang.String value,
java.lang.String expectedType)
This class supports the HCI infrastructure and should not be used directly in your code.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttName()
This class supports the HCI infrastructure and should not be used directly in your code.
|
java.lang.String |
getMessage() |
java.lang.String |
getTagName()
This class supports the HCI infrastructure and should not be used directly in your code.
|
java.lang.String |
getValue()
This class supports the HCI infrastructure and should not be used directly in your code.
|
void |
setAttName(java.lang.String attName)
This class supports the HCI infrastructure and should not be used directly in your code.
|
void |
setTagName(java.lang.String tagName)
This class supports the HCI infrastructure and should not be used directly in your code.
|
void |
setValue(java.lang.String value)
This class supports the HCI infrastructure and should not be used directly in your code.
|
public XMLIllegalArgumentException(java.lang.String attName,
java.lang.String value,
java.lang.String expectedType)
public java.lang.String getTagName()
public void setTagName(java.lang.String tagName)
public java.lang.String getAttName()
public void setAttName(java.lang.String attName)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getMessage()
getMessage in class java.lang.Throwable