pairwise-logo.gif (1266 bytes)

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

Constructor Index

 o PCMFileParsingException()
Default constructor.
 o PCMFileParsingException(String)
Constructor takes in a string containing the exception message.

Constructors

 o PCMFileParsingException
 public PCMFileParsingException()
Default constructor.

 o PCMFileParsingException
 public PCMFileParsingException(String e)
Constructor takes in a string containing the exception message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index