javax.xml.bind.helpers

Class ParseConversionEventImpl

Implemented Interfaces:
ParseConversionEvent, ValidationEvent

public class ParseConversionEventImpl
extends ValidationEventImpl
implements ParseConversionEvent

Default implementation of a ParseConversionEvent.
Author:
JSR-31
Since:
JAXB1.0

Fields inherited from interface javax.xml.bind.ValidationEvent

ERROR, FATAL_ERROR, WARNING

Constructor Summary

ParseConversionEventImpl(int pSeverity, String pMessage, ValidationEventLocator pLocator)
Creates a new instance of ParseConversionEventImpl.
ParseConversionEventImpl(int pSeverity, String pMessage, ValidationEventLocator pLocator, Throwable pLinkedException)
Creates a new instance of ParseConversionEventImpl.

Method Summary

Methods inherited from class javax.xml.bind.helpers.ValidationEventImpl

getLinkedException, getLocator, getMessage, getSeverity, setLinkedException, setLocator, setMessage, setSeverity

Constructor Details

ParseConversionEventImpl

public ParseConversionEventImpl(int pSeverity,
                                String pMessage,
                                ValidationEventLocator pLocator)
Creates a new instance of ParseConversionEventImpl.

ParseConversionEventImpl

public ParseConversionEventImpl(int pSeverity,
                                String pMessage,
                                ValidationEventLocator pLocator,
                                Throwable pLinkedException)
Creates a new instance of ParseConversionEventImpl.