edu.sc.seis.TauP
Class NoSuchLayerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.sc.seis.TauP.VelocityModelException
              extended byedu.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.

Version:
1.1.3 Wed Jul 18 15:00:35 GMT 2001
Author:
H. Philip Crotwell
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, 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)


Copyright © 1999-2006 Seismology at the University of South Carolina. All Rights Reserved.