java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.fortuna.ical4j.validate.ValidationException
- All Implemented Interfaces:
Serializable
$Id$ [23-Apr-2004]
An exception thrown during validation to indicate abnormal completion.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) Constructor with message.ValidationException(String message, Object[] args) Constructor with message pattern and arguments.ValidationException(String message, Throwable cause) ValidationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
Constructor with message.- Parameters:
message- a message
-
ValidationException
Constructor with message pattern and arguments.- Parameters:
message- a message patternargs- message arguments
-
ValidationException
-
ValidationException
-