Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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