com.mycila.xmltool
Interface ValidationResult


public interface ValidationResult

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Method Summary
 String[] getErrorMessages()
           
 Throwable[] getErrors()
           
 String[] getWarningMessages()
           
 Throwable[] getWarnings()
           
 boolean hasError()
           
 boolean hasWarning()
           
 

Method Detail

getErrors

Throwable[] getErrors()

getWarnings

Throwable[] getWarnings()

getErrorMessages

String[] getErrorMessages()

getWarningMessages

String[] getWarningMessages()

hasError

boolean hasError()

hasWarning

boolean hasWarning()


Copyright © 2008-2011 Mathieu Carbou. All Rights Reserved.