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()
booleanhasError()
booleanhasWarning()

Method Detail

getErrorMessages

public String[] getErrorMessages()

getErrors

public Throwable[] getErrors()

getWarningMessages

public String[] getWarningMessages()

getWarnings

public Throwable[] getWarnings()

hasError

public boolean hasError()

hasWarning

public boolean hasWarning()
Copyright © 2008-2010 Mathieu Carbou. All Rights Reserved.