Uses of Class
de.mid.innovator.util.InoNlsException
-
Packages that use InoNlsException Package Description de.mid.innovator.net The package contains classes needed for the network communication via TCP/IP between Innovator network clients and servers.de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server.de.mid.innovator.ui The classes in this package can be used to provide transparent user interfaces with a standard mechanism for supporting command line arguments or Java properties.de.mid.innovator.util The package contains some useful utilities for Innovator API applications. -
-
Uses of InoNlsException in de.mid.innovator.net
Subclasses of InoNlsException in de.mid.innovator.net Modifier and Type Class Description class
InoNetException
A network communication exception whichInoNet
uses to indicate any problems during data transmission.Constructors in de.mid.innovator.net with parameters of type InoNlsException Constructor Description InoNetException(InoNlsException e)
-
Uses of InoNlsException in de.mid.innovator.srv
Subclasses of InoNlsException in de.mid.innovator.srv Modifier and Type Class Description class
LicSrvErrorException
An exception that will be thrown whenever a request to theLicenseServer
fails.class
SrvErrorException
-
Uses of InoNlsException in de.mid.innovator.ui
Subclasses of InoNlsException in de.mid.innovator.ui Modifier and Type Class Description class
InvalidArgumentException
class
MissingArgumentException
class
UnknownArgumentException
Methods in de.mid.innovator.ui that throw InoNlsException Modifier and Type Method Description Model
InnovatorBatchLoginDefault. getModel()
Gets the model object that can be determined by the given properties.RepositoryServer
InnovatorBatchLoginDefault. getRepositoryServer()
Gets the RepositoryServer object from the values given in the command line.boolean
InnovatorBatchLoginDefault. login()
Performs a login according to the given properties.void
InnovatorApplication. run()
Contains the real work the application does.Constructors in de.mid.innovator.ui that throw InoNlsException Constructor Description Log()
Log4J()
-
Uses of InoNlsException in de.mid.innovator.util
Constructors in de.mid.innovator.util with parameters of type InoNlsException Constructor Description InoNlsException(InoNlsException src)
-