com.mycila.xmltool
Interface ValidationResult


public interface ValidationResult

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

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

Method Detail

getErrors

java.lang.Throwable[] getErrors()

getWarnings

java.lang.Throwable[] getWarnings()

getErrorMessages

java.lang.String[] getErrorMessages()

getWarningMessages

java.lang.String[] getWarningMessages()

hasError

boolean hasError()

hasWarning

boolean hasWarning()


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