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
public class InoNlsException
- extends Exception
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:
- Serialized Form
InoNlsException
protected InoNlsException(InoNlsException src)
InoNlsException
public InoNlsException(Package p,
String shortKey,
Object... args)
InoNlsException
public InoNlsException(String key,
Object... args)
InoNlsException
public InoNlsException(String bundleName,
Package p,
String shortKey,
Object... args)
InoNlsException
public InoNlsException(Throwable cause,
Package p,
String key,
Object... args)
getKey
public String getKey()
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
getLocalizedMessage
public String getLocalizedMessage(Locale locale)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable