Class FormatterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.vertigo.datamodel.structure.definitions.FormatterException
-
- All Implemented Interfaces:
Serializable
public final class FormatterException extends Exception
Exception lancée en cas d'échec de formattage.- Author:
- pchretien
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatterException(io.vertigo.core.locale.MessageKey key, Serializable... params)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertigo.core.locale.MessageTextgetMessageText()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FormatterException
public FormatterException(io.vertigo.core.locale.MessageKey key, Serializable... params)Constructor.- Parameters:
key- Clé du message externalisé explicitant la raison du non formattage.params- Paramètres de la ressource
-
-