org.biojava.bio.chromatogram
Class UnsupportedChromatogramFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.biojava.bio.BioException
              extended by org.biojava.bio.chromatogram.UnsupportedChromatogramFormatException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedChromatogramFormatException
extends BioException

Exception indicating that some provided data does not represent a supported chromatogram format.

Since:
1.3
Author:
Rhett Sutphin (UI CBCB), Matthew Pocock
See Also:
Serialized Form

Constructor Summary
UnsupportedChromatogramFormatException()
          Create a new UnsupportedChromatogramFormatException.
UnsupportedChromatogramFormatException(java.lang.String message)
          Create a new UnsupportedChromatogramFormatException with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedChromatogramFormatException

public UnsupportedChromatogramFormatException()
Create a new UnsupportedChromatogramFormatException.


UnsupportedChromatogramFormatException

public UnsupportedChromatogramFormatException(java.lang.String message)
Create a new UnsupportedChromatogramFormatException with a message.

Parameters:
message - the message to use