Class NcbiXmlParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NcbiXmlParseException
    extends java.lang.Exception
    Exception thrown when there's an error parsing NCBI responses
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NcbiXmlParseException​(java.lang.String message)
      Create NcbiXmlParseException with message
      NcbiXmlParseException​(java.lang.String message, java.lang.Throwable cause)
      Create NcbiXmlParseException with message and cause
    • 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

      • NcbiXmlParseException

        public NcbiXmlParseException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Create NcbiXmlParseException with message and cause
        Parameters:
        message - reason the exception is thrown
        cause - throwable cause
      • NcbiXmlParseException

        public NcbiXmlParseException​(java.lang.String message)
        Create NcbiXmlParseException with message
        Parameters:
        message - Reason NcbiXmlParseException is thrown