edu.sc.seis.TauP
Class VelocityModelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.sc.seis.TauP.VelocityModelException
Direct Known Subclasses:
NoSuchLayerException, NoSuchMatPropException

public class VelocityModelException
extends java.lang.Exception

Exceptions unique to VelocityModel

See Also:
Serialized Form

Constructor Summary
VelocityModelException(java.lang.String message)
           
 
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
 

Constructor Detail

VelocityModelException

public VelocityModelException(java.lang.String message)