|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--edu.sc.seis.TauP.VelocityModelException | +--edu.sc.seis.TauP.NoSuchLayerException
Exception occurring within the VelocityModel when a request is made for a layer that does not exist.
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 |
public double radius
public int layerNumber
Constructor Detail |
public NoSuchLayerException(double radius)
public NoSuchLayerException(int layerNumber)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |