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
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 |
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
public DataTooLargeException(java.lang.String s,
DataHeader header)
DataTooLargeException
public DataTooLargeException(java.lang.Throwable cause,
DataHeader header)
DataTooLargeException
public DataTooLargeException(java.lang.String s,
java.lang.Throwable cause,
DataHeader header)