edu.sc.seis.sod.source.seismogram
Class SeismogramSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sc.seis.sod.source.seismogram.SeismogramSourceException
All Implemented Interfaces:
java.io.Serializable

public class SeismogramSourceException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SeismogramSourceException()
           
SeismogramSourceException(java.lang.String arg0)
           
SeismogramSourceException(java.lang.String arg0, java.lang.Throwable arg1)
           
SeismogramSourceException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeismogramSourceException

public SeismogramSourceException()

SeismogramSourceException

public SeismogramSourceException(java.lang.String arg0)

SeismogramSourceException

public SeismogramSourceException(java.lang.Throwable arg0)

SeismogramSourceException

public SeismogramSourceException(java.lang.String arg0,
                                 java.lang.Throwable arg1)