edu.sc.seis.seisFile.mseed
Class SeedFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sc.seis.seisFile.SeisFileException
              extended by edu.sc.seis.seisFile.mseed.SeedFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingBlockette1000

public class SeedFormatException
extends SeisFileException

See Also:
Serialized Form

Constructor Summary
SeedFormatException()
           
SeedFormatException(java.lang.String s)
           
SeedFormatException(java.lang.String s, java.lang.Throwable cause)
           
SeedFormatException(java.lang.Throwable cause)
           
 
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

SeedFormatException

public SeedFormatException()

SeedFormatException

public SeedFormatException(java.lang.String s)

SeedFormatException

public SeedFormatException(java.lang.Throwable cause)

SeedFormatException

public SeedFormatException(java.lang.String s,
                           java.lang.Throwable cause)