javax.xml.bind.helpers
Class PrintConversionEventImpl

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

public class PrintConversionEventImpl
extends ValidationEventImpl
implements PrintConversionEvent


Field Summary
 
Fields inherited from interface javax.xml.bind.ValidationEvent
ERROR, FATAL_ERROR, WARNING
 
Constructor Summary
PrintConversionEventImpl(int severity, String message, ValidationEventLocator locator)
           
PrintConversionEventImpl(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

PrintConversionEventImpl

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

PrintConversionEventImpl

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


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