API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.helpers. PrintConversionEventImpl View Source
Author(s)

Since
JAXB1.0
Version
$Revision: 1.2 $
Serial
Hierarchy
 Object
      ValidationEventImpl
          PrintConversionEventImpl
Implements
 PrintConversionEvent
Subclasses
Description
public class PrintConversionEventImpl
  Default implementation of the PrintConversionEvent interface.
Constructors
public PrintConversionEventImpl (int _severity, String _message, ValidationEventLocator _locator)
  Create a new PrintConversionEventImpl.
public PrintConversionEventImpl (int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)
  Create a new PrintConversionEventImpl.
Methods
Hide/Show inherited methods
public Throwable getLinkedException () [Inherited From ValidationEventImpl]
public ValidationEventLocator getLocator () [Inherited From ValidationEventImpl]
public String getMessage () [Inherited From ValidationEventImpl]
public int getSeverity () [Inherited From ValidationEventImpl]
public void setLinkedException (Throwable _linkedException) [Inherited From ValidationEventImpl]
  Set the linked exception field of this event.
public void setLocator (ValidationEventLocator _locator) [Inherited From ValidationEventImpl]
  Set the locator object for this event.
public void setMessage (String _message) [Inherited From ValidationEventImpl]
  Set the message field of this event.
public void setSeverity (int _severity) [Inherited From ValidationEventImpl]
  Set the severity field of this event.
public String toString () [Inherited From ValidationEventImpl]
  Returns a string representation of this object in a format helpful to debugging.
Fields
Hide/Show inherited fields
publicfinalstatic int ERROR = "1" [Inherited From PrintConversionEvent]
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
publicfinalstatic int FATAL_ERROR = "2" [Inherited From PrintConversionEvent]
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
publicfinalstatic int WARNING = "0" [Inherited From PrintConversionEvent]
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar