pal.io
Class NexusParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypal.io.NexusParseException
All Implemented Interfaces:
java.io.Serializable

public class NexusParseException
extends java.lang.Exception

Exception class for the NexusParser.

See Also:
Serialized Form

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