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
public class LifeScienceIdentifierParseException extends Exception
Exception thrown in the event of an error in parsing a LSID-formatted string.- Author:
- Michael Heuer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LifeScienceIdentifierParseException()
Construct a new parse exception with no message.LifeScienceIdentifierParseException(String 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 Detail
-
LifeScienceIdentifierParseException
public LifeScienceIdentifierParseException()
Construct a new parse exception with no message.
-
LifeScienceIdentifierParseException
public LifeScienceIdentifierParseException(String message)
Construct a new parse exception with the specified error message.- Parameters:
message
- error message
-
-