pal.io
Class NexusParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.