Package de.mid.innovator.util
Class InoNlsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.mid.innovator.util.InoNlsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InoNetException,InvalidArgumentException,MissingArgumentException,SrvErrorException,UnknownArgumentException
The class is used as a general base class for all kinds of Innovator
exceptions that the user needs to see. It provides the ability to show a
local dependent exception. The exception only handles the message keys until
the message formatter is called by the method
getLocalizedMessage().- Author:
- borschet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInoNlsException(Package p, String shortKey, Object... args) InoNlsException(String key, Object... args) InoNlsException(String bundleName, Package p, String shortKey, Object... args) InoNlsException(Throwable cause, Package p, String key, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InoNlsException
-
InoNlsException
-
InoNlsException
-
InoNlsException
-
-
Method Details
-
getLocalizedMessage
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-
getKey
-