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: