org.apache.ws.jaxme.impl
public class ValidationEventImpl extends ValidationEventImpl
| Constructor Summary | |
|---|---|
| ValidationEventImpl(int pSeverity, String pMessage, ValidationEventLocator pLocator) Creates a new instance with the given severity, message,
and locator. | |
| ValidationEventImpl(int pSeverity, String pMessage, ValidationEventLocator pLocator, Throwable pLinkedException) Creates a new instance with the given severity, message,
locator, and throwable. | |
| Method Summary | |
|---|---|
| String | getErrorCode() Returns the error code. |
| void | setErrorCode(String pErrorCode) Sets the error code. |