Uses of Class
spice.basic.FrameNotFoundException
-
Packages that use FrameNotFoundException Package Description spice.basic -
-
Uses of FrameNotFoundException in spice.basic
Methods in spice.basic that return FrameNotFoundException Modifier and Type Method Description static FrameNotFoundException
FrameNotFoundException. create(java.lang.String caller, java.lang.String longMsg)
Create an exception having a compound message.Methods in spice.basic that throw FrameNotFoundException Modifier and Type Method Description FrameInfo
ReferenceFrame. getFrameInfo()
Return frame specification parameters for this instance.Constructors in spice.basic that throw FrameNotFoundException Constructor Description FrameInfo(int frameIDCode)
Create a FrameInfo instance from a SPICE frame ID code.FrameInfo(int frameClass, int frameClassID)
Create a FrameInfo object from a frame class and frame class ID.FrameInfo(ReferenceFrame ref)
Create a FrameInfo instance from a ReferenceFrame.ReferenceFrame(int code)
Construct a ReferenceFrame from an integer code.
-