Package org.biojava.bio.chromatogram
Class UnsupportedChromatogramFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.bio.BioException
org.biojava.bio.chromatogram.UnsupportedChromatogramFormatException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new UnsupportedChromatogramFormatException.Create a new UnsupportedChromatogramFormatException with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedChromatogramFormatException
Create a new UnsupportedChromatogramFormatException. -
UnsupportedChromatogramFormatException
Create a new UnsupportedChromatogramFormatException with a message.- Parameters:
message
- the message to use
-