edu.sc.seis.TauP
Class NoSuchLayerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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.

See Also:
Serialized Form

Field Summary
 int layerNumber
           
 double radius
           
 
Constructor Summary
NoSuchLayerException(double radius)
           
NoSuchLayerException(int layerNumber)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

radius

public double radius

layerNumber

public int layerNumber
Constructor Detail

NoSuchLayerException

public NoSuchLayerException(double radius)

NoSuchLayerException

public NoSuchLayerException(int layerNumber)