Package edu.sc.seis.TauP
Class NoSuchLayerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.TauP.TauPException
edu.sc.seis.TauP.TauModelException
edu.sc.seis.TauP.VelocityModelException
edu.sc.seis.TauP.NoSuchLayerException
- All Implemented Interfaces:
Serializable
Exception occurring within the VelocityModel when a request is made for a
layer that does not exist.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoSuchLayerException(double radius) NoSuchLayerException(double radius, String message) NoSuchLayerException(int layerNumber) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
radius
public double radius -
layerNumber
public int layerNumber
-
-
Constructor Details
-
NoSuchLayerException
public NoSuchLayerException(double radius) -
NoSuchLayerException
-
NoSuchLayerException
public NoSuchLayerException(int layerNumber)
-