org.biojava.utils.lsid
Class LifeScienceIdentifierParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.biojava.utils.lsid.LifeScienceIdentifierParseException
All Implemented Interfaces:
java.io.Serializable

public class LifeScienceIdentifierParseException
extends java.lang.Exception

Exception thrown in the event of an error in parsing a LSID-formatted string.

Author:
Michael Heuer
See Also:
Serialized Form

Constructor Summary
LifeScienceIdentifierParseException()
          Construct a new parse exception with no message.
LifeScienceIdentifierParseException(java.lang.String message)
          Construct a new parse exception with the specified error message.
 
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

LifeScienceIdentifierParseException

public LifeScienceIdentifierParseException()
Construct a new parse exception with no message.


LifeScienceIdentifierParseException

public LifeScienceIdentifierParseException(java.lang.String message)
Construct a new parse exception with the specified error message.

Parameters:
message - error message