ValidationException (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz.xml Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.quartz.xml.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

Reports JobSchedulingDataLoader validation exceptions.

Author:
Chris Bonham
See Also:
Serialized Form

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 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

ValidationException

public ValidationException()
Constructor for ValidationException.


ValidationException

public ValidationException(String message)
Constructor for ValidationException.

Parameters:
message - exception message.


ValidationException

public ValidationException(Collection<Exception> errors)
Constructor for ValidationException.

Parameters:
errors - collection of validation exceptions.


ValidationException

public ValidationException(String message,
                           Collection<Exception> errors)
Constructor for ValidationException.

Parameters:
message - exception message.
errors - collection of validation exceptions.

Method Detail

getValidationExceptions

public Collection getValidationExceptions()
Returns collection of errors.

Returns:
collection of errors.

getMessage

public String getMessage()
Returns the detail message string.

Overrides:
getMessage in class Throwable
Returns:
the detail message string.


Copyright 2001-2011, Terracotta, Inc.