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.


Variable Index

 o layerNumber
 o radius

Constructor Index

 o NoSuchLayerException(double)
 o NoSuchLayerException(int)

Variables

 o radius
 public double radius
 o layerNumber
 public int layerNumber

Constructors

 o NoSuchLayerException
 public NoSuchLayerException(double radius)
 o NoSuchLayerException
 public NoSuchLayerException(int layerNumber)

All Packages  Class Hierarchy  This Package  Previous  Next  Index