Class ValidationEventImpl

java.lang.Object
jakarta.xml.bind.helpers.ValidationEventImpl
All Implemented Interfaces:
ValidationEvent
Direct Known Subclasses:
NotIdentifiableEventImpl, ParseConversionEventImpl, PrintConversionEventImpl

public class ValidationEventImpl extends Object implements ValidationEvent
Default implementation of the ValidationEvent interface.

Jakarta XML Binding providers are allowed to use whatever class that implements the ValidationEvent interface. This class is just provided for a convenience.

Since:
1.6, JAXB 1.0
See Also: