Uses of Class
spice.basic.SpiceKernelNotLoadedException
-
Packages that use SpiceKernelNotLoadedException Package Description spice.basic -
-
Uses of SpiceKernelNotLoadedException in spice.basic
Methods in spice.basic that throw SpiceKernelNotLoadedException Modifier and Type Method Description static java.lang.String
KernelDatabase. getFileName(int which, java.lang.String kind)
Return the name of the file having a specified index in the set of files of a given kind.static java.lang.String
KernelDatabase. getFileType(java.lang.String fileName)
Return the type of the file having a specified file name.static int
KernelDatabase. getHandle(java.lang.String fileName)
Return the source of the file having a specified file name.static java.lang.String
KernelDatabase. getSource(java.lang.String fileName)
Return the source of the file having a specified file name.
-