Package pal.io
Class NexusParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pal.io.NexusParseException
- All Implemented Interfaces:
Serializable
Exception class for the NexusParser.
- Version:
- Author:
- Alex Moore, a.d.moore@ex.ac.uk
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for theNexusParseException
objectConstructor for theNexusParseException
object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NexusParseException
public NexusParseException()Constructor for theNexusParseException
object -
NexusParseException
Constructor for theNexusParseException
object- Parameters:
msg
- A message string for users etc.
-