Save This Page
Home » quartz-1.6.0 » org » quartz » xml » [javadoc | source]
org.quartz.xml
public class: ValidationException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.quartz.xml.ValidationException

All Implemented Interfaces:
    Serializable

Reports QuartzMetaDataProcessor validation exceptions.
Constructor:
 public ValidationException() 
 public ValidationException(String message) 
    Constructor for ValidationException.
    Parameters:
    message - exception message.
 public ValidationException(Collection errors) 
    Constructor for ValidationException.
    Parameters:
    errors - collection of validation exceptions.
Method from org.quartz.xml.ValidationException Summary:
getMessage,   getValidationExceptions
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.xml.ValidationException Detail:
 public String getMessage() 
    Returns the detail message string.
 public Collection getValidationExceptions() 
    Returns collection of errors.