- java.lang.Object
-
- spice.basic.SurfaceIntercept.Inputs
-
- Direct Known Subclasses:
SurfaceIntercept.FullInputs
,SurfaceIntercept.RayArrayInputs
,SurfaceInterceptWithDSKInfo.RayInputs
- Enclosing class:
- SurfaceIntercept
abstract class SurfaceIntercept.Inputs extends java.lang.Object
Class Inputs is an abstract nested class which supports creation of descriptive error messages containing inputs used to attempt to define a surface intercept.
-
-
Constructor Summary
Constructors Constructor Description Inputs()
-
Method Summary
Modifier and Type Method Description (package private) abstract SurfaceIntercept.Inputs
copy()
(package private) abstract java.lang.String
getString()
-
-
-
Method Detail
-
getString
abstract java.lang.String getString() throws SpiceException
- Throws:
SpiceException
-
copy
abstract SurfaceIntercept.Inputs copy() throws SpiceException
- Throws:
SpiceException
-
-