Class EntrezException

All Implemented Interfaces:
Serializable

public class EntrezException extends RuntimeException
Exception raised when an Entrez reply contains an ERROR tag.
Author:
poirigui
See Also:
  • Constructor Details

    • EntrezException

      public EntrezException(String message, List<String> errors)
  • Method Details