public class ValidationEventImpl extends ValidationEventImpl
ValidationEventImpl class,
adding the getErrorCode().ERROR, FATAL_ERROR, WARNING| Constructor and Description |
|---|
ValidationEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator)
Creates a new instance with the given severity, message,
and locator.
|
ValidationEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator,
java.lang.Throwable pLinkedException)
Creates a new instance with the given severity, message,
locator, and throwable.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Returns the error code.
|
void |
setErrorCode(java.lang.String pErrorCode)
Sets the error code.
|
getLinkedException, getLocator, getMessage, getSeverity, setLinkedException, setLocator, setMessage, setSeveritypublic ValidationEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator)
public ValidationEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator,
java.lang.Throwable pLinkedException)