org.quartz.xml
Class ValidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.quartz.xml.ValidationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ValidationException
- extends java.lang.Exception
Reports QuartzMetaDataProcessor validation exceptions.
- Author:
- Chris Bonham
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValidationException
public ValidationException()
- Constructor for ValidationException.
ValidationException
public ValidationException(java.lang.String message)
- Constructor for ValidationException.
- Parameters:
message - exception message.
ValidationException
public ValidationException(java.util.Collection errors)
- Constructor for ValidationException.
- Parameters:
validationExceptions - collection of validation exceptions.
getValidationExceptions
public java.util.Collection getValidationExceptions()
- Returns collection of errors.
- Returns:
- collection of errors.
getMessage
public java.lang.String getMessage()
- Returns the detail message string.
- Overrides:
getMessage in class java.lang.Throwable
- Returns:
- the detail message string.