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

Since
JAXB1.0
Version
$Revision: 1.2 $
Serial
Hierarchy
 Object
      ValidationEventImpl
Implements
 ValidationEvent
Subclasses
Description
public class ValidationEventImpl
  Default implementation of the ValidationEvent interface.
Constructors
public ValidationEventImpl (int _severity, String _message, ValidationEventLocator _locator)
  Create a new ValidationEventImpl.
public ValidationEventImpl (int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)
  Create a new ValidationEventImpl.
Methods
Hide/Show inherited methods
public Throwable getLinkedException () [Specified in ValidationEvent]
public ValidationEventLocator getLocator () [Specified in ValidationEvent]
public String getMessage () [Specified in ValidationEvent]
public int getSeverity () [Specified in ValidationEvent]
public void setLinkedException (Throwable _linkedException)
  Set the linked exception field of this event.
public void setLocator (ValidationEventLocator _locator)
  Set the locator object for this event.
public void setMessage (String _message)
  Set the message field of this event.
public void setSeverity (int _severity)
  Set the severity field of this event.
public String toString ()
  Returns a string representation of this object in a format helpful to debugging.
Fields
Hide/Show inherited fields
publicfinalstatic int ERROR = "1" [Inherited From ValidationEvent]
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 ValidationEvent]
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 ValidationEvent]
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