public class EInvalidSelfTestException extends ESelfTestException
mParams| Constructor and Description |
|---|
EInvalidSelfTestException(java.lang.String instanceName)
Constructs an "invalid" self test exception.
|
EInvalidSelfTestException(java.lang.String instanceName,
java.lang.String instanceValue)
Constructs a "invalid" self test exception where the value is always
invalid from a name/value pair
|
EInvalidSelfTestException(java.lang.String instanceStore,
java.lang.String instanceParameter,
java.lang.String instanceValue)
Constructs an "invalid" self test exception where the parameter is always
invalid from a substore.parameter/value pair; (the value passed in may
be null).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstanceName()
Returns the instance name associated with this self test.
|
java.lang.String |
getInstanceParameter()
Returns the parameter associated with this self test.
|
java.lang.String |
getInstanceStore()
Returns the store associated with this self test.
|
java.lang.String |
getInstanceValue()
Returns the value associated with this self test.
|
getBundleNamegetParameters, toString, toStringpublic EInvalidSelfTestException(java.lang.String instanceName)
instanceName - invalid "instanceName" exception detailspublic EInvalidSelfTestException(java.lang.String instanceName,
java.lang.String instanceValue)
instanceName - invalid "instanceName" exception detailsinstanceValue - invalid "instanceValue" exception detailspublic EInvalidSelfTestException(java.lang.String instanceStore,
java.lang.String instanceParameter,
java.lang.String instanceValue)
instanceStore - invalid "instanceStore" exception detailsinstanceParameter - invalid "instanceParameter" exception detailsinstanceValue - invalid "instanceValue" exception details
(may be null)public java.lang.String getInstanceName()
public java.lang.String getInstanceStore()
public java.lang.String getInstanceParameter()
public java.lang.String getInstanceValue()