Package 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
-
Constructor Summary
Constructors Constructor Description SeedFormatException()
SeedFormatException(ControlHeader header)
SeedFormatException(java.lang.String s)
SeedFormatException(java.lang.String s, ControlHeader header)
SeedFormatException(java.lang.String s, java.lang.Throwable cause)
SeedFormatException(java.lang.String s, java.lang.Throwable cause, ControlHeader header)
SeedFormatException(java.lang.Throwable cause)
SeedFormatException(java.lang.Throwable cause, ControlHeader header)
-
Method Summary
Modifier and Type Method Description ControlHeader
getHeader()
void
setHeader(ControlHeader header)
java.lang.String
toString()
-
Constructor Details
-
SeedFormatException
public SeedFormatException() -
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) -
SeedFormatException
-
SeedFormatException
-
SeedFormatException
-
-
Method Details