Uses of Class
org.fcrepo.server.errors.ObjectValidityException

Packages that use ObjectValidityException
org.fcrepo.server.validation   
 

Uses of ObjectValidityException in org.fcrepo.server.validation
 

Methods in org.fcrepo.server.validation that throw ObjectValidityException
 void DOValidatorXMLSchema.validate(File objectAsFile)
           
 void DOValidatorImpl.validate(File objectAsFile, String format, int validationType, String phase)
           Validates a digital object.
 void DOValidatorXMLSchema.validate(InputStream objectAsStream)
           
 void DOValidatorImpl.validate(InputStream objectAsStream, String format, int validationType, String phase)
           Validates a digital object.
 

Constructors in org.fcrepo.server.validation that throw ObjectValidityException
DOValidatorSchematron(String schemaPath, String preprocessorPath, String phase)
          Constructs a DOValidatorSchematron instance with a Schematron preprocessor that is provided by the calling class.
 



Copyright © 2011 DuraSpace. All Rights Reserved.