Class ConstraintException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.vertigo.datamodel.structure.definitions.ConstraintException
-
- All Implemented Interfaces:
Serializable
public final class ConstraintException extends Exception
Exception lancée en cas d'échec de vérification des contraintes.- Author:
- pchretien
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintException(io.vertigo.core.locale.MessageText messageText)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertigo.core.locale.MessageText
getMessageText()
Gestion des messages d'erreur externalisés.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-