All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.NoSuchLayerException
edu.sc.seis.TauP.VelocityModelException
|
+----edu.sc.seis.TauP.NoSuchLayerException
- public class NoSuchLayerException
- extends VelocityModelException
Exception occurring within the VelocityModel when a request is made for
a layer that does not exist.
-
layerNumber
-
-
radius
-
-
NoSuchLayerException(double)
-
-
NoSuchLayerException(int)
-
radius
public double radius
layerNumber
public int layerNumber
NoSuchLayerException
public NoSuchLayerException(double radius)
NoSuchLayerException
public NoSuchLayerException(int layerNumber)
All Packages Class Hierarchy This Package Previous Next Index