javax.xml.bind.helpers

Class NotIdentifiableEventImpl

Implemented Interfaces:
NotIdentifiableEvent, ValidationEvent

public class NotIdentifiableEventImpl
extends ValidationEventImpl
implements NotIdentifiableEvent

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

Fields inherited from interface javax.xml.bind.ValidationEvent

ERROR, FATAL_ERROR, WARNING

Constructor Summary

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

Method Summary

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

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

Constructor Details

NotIdentifiableEventImpl

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

NotIdentifiableEventImpl

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