public interface ValidationEvent
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
FATAL_ERROR |
static int |
WARNING |
Modifier and Type | Method and Description |
---|---|
Throwable |
getLinkedException() |
ValidationEventLocator |
getLocator() |
String |
getMessage() |
int |
getSeverity() |
static final int ERROR
static final int FATAL_ERROR
static final int WARNING
Throwable getLinkedException()
ValidationEventLocator getLocator()
String getMessage()
int getSeverity()
Copyright © 2013. All Rights Reserved.