javax.xml.bind.helpers

Class ParseConversionEventImpl

Implemented Interfaces:
ParseConversionEvent, ValidationEvent

public class ParseConversionEventImpl
extends ValidationEventImpl
implements ParseConversionEvent

Fields inherited from interface javax.xml.bind.ValidationEvent

ERROR, FATAL_ERROR, WARNING

Constructor Summary

ParseConversionEventImpl(int severity, String message, ValidationEventLocator locator)
ParseConversionEventImpl(int severity, String message, ValidationEventLocator locator, Throwable linkedException)

Method Summary

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

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

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

ParseConversionEventImpl

public ParseConversionEventImpl(int severity,
                                String message,
                                ValidationEventLocator locator)

ParseConversionEventImpl

public ParseConversionEventImpl(int severity,
                                String message,
                                ValidationEventLocator locator,
                                Throwable linkedException)