Package edu.sc.seis.seisFile.mseed
Class DataTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.seisFile.SeisFileException
edu.sc.seis.seisFile.mseed.SeedFormatException
edu.sc.seis.seisFile.mseed.DataTooLargeException
- All Implemented Interfaces:
java.io.Serializable
public class DataTooLargeException extends SeedFormatException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DataTooLargeException()
DataTooLargeException(java.lang.String s)
DataTooLargeException(java.lang.String s, DataHeader header)
DataTooLargeException(java.lang.String s, java.lang.Throwable cause)
DataTooLargeException(java.lang.String s, java.lang.Throwable cause, DataHeader header)
DataTooLargeException(java.lang.Throwable cause)
DataTooLargeException(java.lang.Throwable cause, DataHeader header)
-
Method Summary
Methods inherited from class edu.sc.seis.seisFile.mseed.SeedFormatException
getHeader, setHeader, 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
-
DataTooLargeException
public DataTooLargeException() -
DataTooLargeException
public DataTooLargeException(java.lang.String s) -
DataTooLargeException
public DataTooLargeException(java.lang.Throwable cause) -
DataTooLargeException
public DataTooLargeException(java.lang.String s, java.lang.Throwable cause) -
DataTooLargeException
-
DataTooLargeException
-
DataTooLargeException
-