Package pal.io

Class NexusParseException

All Implemented Interfaces:
Serializable

public class NexusParseException extends Exception
Exception class for the NexusParser.
Version:
Author:
Alex Moore, a.d.moore@ex.ac.uk
See Also:
  • Constructor Details

    • NexusParseException

      public NexusParseException()
      Constructor for the NexusParseException object
    • NexusParseException

      public NexusParseException(String msg)
      Constructor for the NexusParseException object
      Parameters:
      msg - A message string for users etc.