Package edu.sc.seis.TauP
Class TauPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.TauP.TauPException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SlownessModelException
,TauModelException
,VelocityModelException
public class TauPException
extends java.lang.Exception
Exceptions unique to the tau model are implemented here.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TauPException(java.lang.Exception e)
TauPException(java.lang.String message)
TauPException(java.lang.String message, java.lang.Exception e)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TauPException
public TauPException(java.lang.String message) -
TauPException
public TauPException(java.lang.Exception e) -
TauPException
public TauPException(java.lang.String message, java.lang.Exception e)
-