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


Field Summary
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.bind.ValidationEvent
getLinkedException, getLocator, getMessage, getSeverity
 

Constructor Detail

ParseConversionEventImpl

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

ParseConversionEventImpl

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


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.