Package com.mycila.xmltool
Interface ValidationResult
-
public interface ValidationResult
- Author:
- Mathieu Carbou (mathieu.carbou@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getErrorMessages()
Throwable[]
getErrors()
String[]
getWarningMessages()
Throwable[]
getWarnings()
boolean
hasError()
boolean
hasWarning()
-