|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.quartz.xml.ValidationException
Reports QuartzMetaDataProcessor validation exceptions.
Constructor Summary | |
ValidationException()
Constructor for ValidationException. |
|
ValidationException(Collection errors)
Constructor for ValidationException. |
|
ValidationException(String message)
Constructor for ValidationException. |
Method Summary | |
String |
getMessage()
Returns the detail message string. |
Collection |
getValidationExceptions()
Returns collection of errors. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValidationException()
public ValidationException(String message)
message
- exception message.public ValidationException(Collection errors)
Method Detail |
public Collection getValidationExceptions()
public String getMessage()
|
Quartz Enterprise Job Scheduler Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |