edu.sc.seis.seisFile.mseed
Class DataTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sc.seis.seisFile.SeisFileException
              extended by edu.sc.seis.seisFile.mseed.SeedFormatException
                  extended by edu.sc.seis.seisFile.mseed.DataTooLargeException
All Implemented Interfaces:
java.io.Serializable

public class DataTooLargeException
extends SeedFormatException

See Also:
Serialized Form

Constructor Summary
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
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
 

Constructor Detail

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)