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()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
getHeader
-
setHeader
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Throwable
-