Class TauModelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PhaseParseException, ScatterArrivalFailException, TauModelNotFoundException, VelocityModelException

public class TauModelException extends TauPException
Exceptions unique to the tau model are implemented here.
See Also:
  • Constructor Details

    • TauModelException

      public TauModelException(String message)
    • TauModelException

      public TauModelException(Exception t)
    • TauModelException

      public TauModelException(String message, Exception t)