Modifier and Type | Field and Description |
---|---|
protected Object[] | |
protected String | |
pack-priv static final long | serialVersionUID
Serialization version.
|
Access | Constructor and Description |
---|---|
public | DatatypeException(String
error code key, Object[] error arguments args)Create a new datatype exception by providing an error code and a list of error message substitution arguments. |
Modifier and Type | Method and Description |
---|---|
public Throwable | fillInStackTrace()
Overrides java. Fills in the execution stack trace. |
public Object[] | |
public String | |
public String | getMessage()
Overrides java. Overrides this method to get the formatted&localized; error message. |
args | back to summary |
---|---|
protected Object[] args
|
key | back to summary |
---|---|
protected String key |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides java. Serialization version. |
DatatypeException | back to summary |
---|---|
public DatatypeException(String key, Object[] args) Create a new datatype exception by providing an error code and a list of error message substitution arguments. |
fillInStackTrace | back to summary |
---|---|
public Throwable fillInStackTrace() Overrides java. Doc from java. Fills in the execution stack trace. This method records within this
If the stack trace of this |
getArgs | back to summary |
---|---|
public Object[] getArgs() Return the list of error arguments
|
getKey | back to summary |
---|---|
public String getKey() Return the error code
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides java. Overrides this method to get the formatted&localized error message. Revisit the system locale is used to load the property file. do we want to allow the appilcation to specify a different locale?
|