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 classInoNetExceptionA network communication exception whichInoNetuses 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 classLicSrvErrorExceptionAn exception that will be thrown whenever a request to theLicenseServerfails.classSrvErrorException -
Uses of InoNlsException in de.mid.innovator.ui
Subclasses of InoNlsException in de.mid.innovator.ui Modifier and Type Class Description classInvalidArgumentExceptionclassMissingArgumentExceptionclassUnknownArgumentExceptionMethods in de.mid.innovator.ui that throw InoNlsException Modifier and Type Method Description ModelInnovatorBatchLoginDefault. getModel()Gets the model object that can be determined by the given properties.RepositoryServerInnovatorBatchLoginDefault. getRepositoryServer()Gets the RepositoryServer object from the values given in the command line.booleanInnovatorBatchLoginDefault. login()Performs a login according to the given properties.voidInnovatorApplication. 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)
-