javax.xml.bind.helpers

Class PrintConversionEventImpl

Implemented Interfaces:
PrintConversionEvent, ValidationEvent

public class PrintConversionEventImpl
extends ValidationEventImpl
implements PrintConversionEvent

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

Fields inherited from interface javax.xml.bind.ValidationEvent

ERROR, FATAL_ERROR, WARNING

Constructor Summary

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

Method Summary

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

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

Constructor Details

PrintConversionEventImpl

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

PrintConversionEventImpl

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