javax.xml.bind.helpers
Class ParseConversionEventImpl

java.lang.Object
  extended by javax.xml.bind.helpers.ValidationEventImpl
      extended by javax.xml.bind.helpers.ParseConversionEventImpl
All Implemented Interfaces:
ParseConversionEvent, ValidationEvent

public class ParseConversionEventImpl
extends ValidationEventImpl
implements ParseConversionEvent

Default implementation of a ParseConversionEvent.

Since:
JAXB1.0
Author:
JSR-31

Field Summary
 
Fields inherited from interface javax.xml.bind.ValidationEvent
ERROR, FATAL_ERROR, WARNING
 
Constructor Summary
ParseConversionEventImpl(int pSeverity, java.lang.String pMessage, ValidationEventLocator pLocator)
          Creates a new instance of ParseConversionEventImpl.
ParseConversionEventImpl(int pSeverity, java.lang.String pMessage, ValidationEventLocator pLocator, java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.bind.ValidationEvent
getLinkedException, getLocator, getMessage, getSeverity
 

Constructor Detail

ParseConversionEventImpl

public ParseConversionEventImpl(int pSeverity,
                                java.lang.String pMessage,
                                ValidationEventLocator pLocator)

Creates a new instance of ParseConversionEventImpl.


ParseConversionEventImpl

public ParseConversionEventImpl(int pSeverity,
                                java.lang.String pMessage,
                                ValidationEventLocator pLocator,
                                java.lang.Throwable pLinkedException)

Creates a new instance of ParseConversionEventImpl.