public class ECParameterError
extends java.lang.Object
ECMessage to populate the error object.| Constructor and Description |
|---|
ECParameterError(ECMessage ecMessage,
java.lang.Object[] messageParmaeters)
This is a constructor for this class with two parameters.
|
ECParameterError(ECMessage ecMessage,
java.lang.Object[] messageParmaeters,
java.lang.String parameterIdentifier)
This is a constructor for this class with three parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultResourceProperties()
This method gets the default resource properties for the message key.
|
java.lang.String |
getMessageKey()
This method gets the message key.
|
java.lang.Object[] |
getMessageParameters()
This method gets the message parameters.
|
java.lang.String |
getParameterIdentifier()
This method gets the parameter identifier.
|
public ECParameterError(ECMessage ecMessage, java.lang.Object[] messageParmaeters)
ecMessage - This is the message on which the error object is based.messageParmaeters - This is an object that represents the message parameters.public ECParameterError(ECMessage ecMessage, java.lang.Object[] messageParmaeters, java.lang.String parameterIdentifier)
ecMessage - This is the message on which the error object is based.messageParmaeters - This is an object that represents the message parameters.parameterIdentifier - This is the parameter identifier of the error.public java.lang.Object[] getMessageParameters()
public java.lang.String getMessageKey()
public java.lang.String getDefaultResourceProperties()
public java.lang.String getParameterIdentifier()