|
||||||||||
| 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
public class ValidationException
Reports JobSchedulingDataLoader validation exceptions.
| Constructor Summary | |
|---|---|
ValidationException()
Constructor for ValidationException. |
|
ValidationException(Collection<Exception> errors)
Constructor for ValidationException. |
|
ValidationException(String message)
Constructor for ValidationException. |
|
ValidationException(String message,
Collection<Exception> errors)
Constructor for ValidationException. |
|
| Method Summary | |
|---|---|
String |
getMessage()
Returns the detail message string. |
Collection<Exception> |
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<Exception> errors)
errors - collection of validation exceptions.
public ValidationException(String message,
Collection<Exception> errors)
message - exception message.errors - collection of validation exceptions.| Method Detail |
|---|
public Collection<Exception> getValidationExceptions()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||