org.apache.ws.jaxme.impl
Class ValidationEventImpl
- ValidationEvent
public class ValidationEventImpl
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.
|
ValidationEventImpl
public ValidationEventImpl(int pSeverity,
String pMessage,
ValidationEventLocator pLocator)
Creates a new instance with the given severity, message,
and locator.
ValidationEventImpl
public ValidationEventImpl(int pSeverity,
String pMessage,
ValidationEventLocator pLocator,
Throwable pLinkedException)
Creates a new instance with the given severity, message,
locator, and throwable.
getErrorCode
public String getErrorCode()
Returns the error code.
setErrorCode
public void setErrorCode(String pErrorCode)
Sets the error code.