All Packages Class Hierarchy This Package Previous Next Index
Class PairwiseComparativeMap.PCMFileParsingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----PairwiseComparativeMap.PCMFileParsingException
- public class PCMFileParsingException
- extends Exception
An exception class that just takes in a string message.
- Version:
- 1.0
- Author:
- Written by Jeremy Dickson for the UK Crop Plant Bioinformatics Network, October 1998.
- See Also:
- PCM_FileParser
-
PCMFileParsingException()
- Default constructor.
-
PCMFileParsingException(String)
- Constructor takes in a string containing the exception message.
PCMFileParsingException
public PCMFileParsingException()
- Default constructor.
PCMFileParsingException
public PCMFileParsingException(String e)
- Constructor takes in a string containing the exception message.
All Packages Class Hierarchy This Package Previous Next Index
|