edu.sc.seis.seisFile.mseed
Class SeedFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.seisFile.SeisFileException
edu.sc.seis.seisFile.mseed.SeedFormatException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataTooLargeException, MissingBlockette1000
public class SeedFormatException
- extends SeisFileException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SeedFormatException
public SeedFormatException()
SeedFormatException
public SeedFormatException(ControlHeader header)
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)
SeedFormatException
public SeedFormatException(java.lang.String s,
ControlHeader header)
SeedFormatException
public SeedFormatException(java.lang.Throwable cause,
ControlHeader header)
SeedFormatException
public SeedFormatException(java.lang.String s,
java.lang.Throwable cause,
ControlHeader header)
getHeader
public ControlHeader getHeader()
setHeader
public void setHeader(ControlHeader header)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable