org.apache.ws.jaxme.impl

Class ValidationEventImpl

public class ValidationEventImpl extends ValidationEventImpl

JaxMe's extension of the ValidationEventImpl class, adding the getErrorCode.
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
StringgetErrorCode()
Returns the error code.
voidsetErrorCode(String pErrorCode)
Sets the error code.

Constructor Detail

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.

Method Detail

getErrorCode

public String getErrorCode()
Returns the error code.

setErrorCode

public void setErrorCode(String pErrorCode)
Sets the error code.