javax.xml.bind
Interface ValidationEvent

All Known Subinterfaces:
NotIdentifiableEvent, ParseConversionEvent, PrintConversionEvent
All Known Implementing Classes:
NotIdentifiableEventImpl, ParseConversionEventImpl, PrintConversionEventImpl, ValidationEventImpl

public interface ValidationEvent


Field Summary
static int ERROR
           
static int FATAL_ERROR
           
static int WARNING
           
 
Method Summary
 Throwable getLinkedException()
           
 ValidationEventLocator getLocator()
           
 String getMessage()
           
 int getSeverity()
           
 

Field Detail

ERROR

static final int ERROR
See Also:
Constant Field Values

FATAL_ERROR

static final int FATAL_ERROR
See Also:
Constant Field Values

WARNING

static final int WARNING
See Also:
Constant Field Values
Method Detail

getLinkedException

Throwable getLinkedException()

getLocator

ValidationEventLocator getLocator()

getMessage

String getMessage()

getSeverity

int getSeverity()


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