java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.fortuna.ical4j.model.ConstraintViolationException
- All Implemented Interfaces:
Serializable
$Id$
Created on 02/03/2008
Indicates the violation of a constraint imposed by a relevant specification.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstraintViolationException
public ConstraintViolationException()Default constructor. -
ConstraintViolationException
- Parameters:
message- an error message
-