Package pal.io

Class 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 the NexusParseException object
      NexusParseException​(java.lang.String msg)
      Constructor for the NexusParseException object
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NexusParseException

        public NexusParseException()
        Constructor for the NexusParseException object
      • NexusParseException

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