Package eu.bandm.tools.muli
Class MuLiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.tools.muli.MuLiException
- All Implemented Interfaces:
Serializable
A special runteim exception which encapsulates a message text plus
an array of Objects, which serve as arguments.
Normally the message will be translated, according to some Catalog,
and AFTER translations the String will be formatted.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMuLiException
(@Opt Location location, String messageText, Object... args) MuLiException
(String messageText) MuLiException
(String messageText, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EMPTY_ARRAY
-
location
-
messageText
-
args
-
-
Constructor Details
-
MuLiException
-
MuLiException
-
MuLiException
-
-
Method Details
-
getLocation
-
getMessageText
-
getArgs
-