Uses of Class
org.codehaus.spice.configkit.ValidateException

Uses of ValidateException in org.codehaus.spice.configkit
 

Methods in org.codehaus.spice.configkit that return ValidateException
 ValidateException ValidationResult.getException()
          Return the exception thrown if validation not successful.
 

Methods in org.codehaus.spice.configkit that throw ValidateException
 void ConfigValidator.validate(org.xml.sax.InputSource source, org.xml.sax.ContentHandler contentHandler, org.xml.sax.ErrorHandler errorHandler)
          Validate InputSource according to shcema.
 void ConfigValidator.validate(org.xml.sax.InputSource source, org.xml.sax.ErrorHandler errorHandler)
          Validate InputSource according to shcema.
 void ConfigValidator.validate(InputStream inputStream, org.xml.sax.ContentHandler contentHandler, org.xml.sax.ErrorHandler errorHandler)
          Validate input stream according to shcema.
 void ConfigValidator.validate(InputStream inputStream, org.xml.sax.ErrorHandler errorHandler)
          Validate input stream according to shcema.
 void ConfigValidator.validate(org.w3c.dom.Node node, org.xml.sax.ErrorHandler errorHandler)
          Validate Node according to shcema.
 

Constructors in org.codehaus.spice.configkit with parameters of type ValidateException
ValidationResult(ValidateException exception, ValidationIssue[] issues)
          Create a ValidationResult.
 



Copyright © 2003-2012 Codehaus. All Rights Reserved.