Package org.apache.batik.css.engine
Class Messages
java.lang.Object
org.apache.batik.css.engine.Messages
This class manages the message for the css.engine module.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static LocalizableSupport
The localizable support for the error messages.protected static final String
The error messages bundle class name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatMessage
(String key, Object[] args) ImplementsLocalizable.formatMessage(String,Object[])
.static Locale
ImplementsLocalizable.getLocale()
.static void
ImplementsLocalizable.setLocale(Locale)
.
-
Field Details
-
RESOURCES
The error messages bundle class name.- See Also:
-
localizableSupport
The localizable support for the error messages.
-
-
Constructor Details
-
Messages
protected Messages()This class does not need to be instantiated.
-
-
Method Details
-
setLocale
ImplementsLocalizable.setLocale(Locale)
. -
getLocale
ImplementsLocalizable.getLocale()
. -
formatMessage
ImplementsLocalizable.formatMessage(String,Object[])
.- Throws:
MissingResourceException
-