Package org.biojava.utils.lsid
Class LifeScienceIdentifierParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.utils.lsid.LifeScienceIdentifierParseException
- All Implemented Interfaces:
Serializable
Exception thrown in the event of an error in
parsing a LSID-formatted string.
- Author:
- Michael Heuer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new parse exception with no message.Construct a new parse exception with the specified error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LifeScienceIdentifierParseException
public LifeScienceIdentifierParseException()Construct a new parse exception with no message. -
LifeScienceIdentifierParseException
Construct a new parse exception with the specified error message.- Parameters:
message
- error message
-