edu.sc.seis.TauP
Class NoSuchLayerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sc.seis.TauP.VelocityModelException
              extended by edu.sc.seis.TauP.NoSuchLayerException
All Implemented Interfaces:
java.io.Serializable

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)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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)