Uses of Class
org.quartz.xml.ValidationException

Packages that use ValidationException
org.quartz.xml   
 

Uses of ValidationException in org.quartz.xml
 

Methods in org.quartz.xml that throw ValidationException
 void JobSchedulingDataProcessor.processFile(java.lang.String fileName, java.lang.String systemId)
          Process the xmlfile named fileName with the given system ID.
protected  void JobSchedulingDataProcessor.maybeThrowValidationException()
          Throws a ValidationException if the number of validationExceptions detected is greater than zero.
 


Quartz Project Page