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(String fileName, String systemId)
          Process the xmlfile named fileName with the given system ID.
 void JobSchedulingDataProcessor.processStream(InputStream stream, 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 Enterprise Job Scheduler Project Page