Uses of Class
org.scictrl.mp.orbitcorrect.DataBushException
Package
Description
-
Uses of DataBushException in org.scictrl.mp.orbitcorrect
Modifier and TypeClassDescriptionclass
This exception occurs at initialization.class
DatabushPackedException is used to pack together in one exception object more than one exception when complex method is called.class
This exception occurs, if data is not consistent.Modifier and TypeFieldDescriptionDataBushPackedException.packed
Array with exception packed into this one.Modifier and TypeMethodDescriptionint
DataBushPackedException.pack
(DataBushException dbe) PAcks an exception into this one.Modifier and TypeMethodDescriptionvoid
IDataBushReader.close()
Close opened input stream.void
DBInitializer.initDB()
initDB.static final DBInitializer
DBInitializer.newInstance
(File file) newInstance.void
Opens input file.void
Opens input file.void
Open files, specified by file array.void
Open files, specified by URL array.IDataBushReader.read()
Reads input and creates DataBush elements.IDataBushReader.read
(ElementList<AbstractDataBushElement> list) Reads input and creates DataBush elements.DBInitializer.readInputFile()
readInputFile.ModifierConstructorDescriptionCreated packed exception with provided exception as initial element. -
Uses of DataBushException in org.scictrl.mp.orbitcorrect.accessories
Modifier and TypeMethodDescriptionvoid
AbstractParameterReader.close()
Closes opened input stream.void
DefaultDBReader.close()
Closes opened input stream.void
open method comment.void
open method comment.void
open.void
Open files, specified by file array.void
Open files, specified by URL array.void
open method comment.void
open method comment.DefaultDBReader.read()
Reads input and creates DataBush elements.DefaultDBReader.read
(ElementList<AbstractDataBushElement> l) Reads input and creates DataBush elements.MADInterpreter.read()
Reads input and creates DataBush elements.MADInterpreter.read
(ElementList<AbstractDataBushElement> l) Reads input and creates DataBush elements.PropertiesReader.read()
Reads input and creates DataBush elements.PropertiesReader.read
(ElementList<AbstractDataBushElement> l) Reads input and creates DataBush elements. -
Uses of DataBushException in org.scictrl.mp.orbitcorrect.server
Modifier and TypeMethodDescriptionDataBushServerLocal.getDBInitializer()
getDBInitializer.void
DataBushServerLocal.initDB()
initDB.void
DataBushServerLocal.initialize()
initialize.void
IDataBushServer.initialize()
initialize.