Package pal.io
Class NexusParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pal.io.NexusParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class NexusParseException extends java.lang.Exception
Exception class for the NexusParser.- Version:
- Author:
- Alex Moore, a.d.moore@ex.ac.uk
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NexusParseException()
Constructor for theNexusParseException
objectNexusParseException(java.lang.String msg)
Constructor for theNexusParseException
object
-