public class NonUniqueException extends EnsemblException
Constructor and Description |
---|
NonUniqueException()
Creates a new instance of
NonUniqueException without detail message. |
NonUniqueException(Exception parentException) |
NonUniqueException(String msg)
Constructs an instance of
NonUniqueException with the specified detail message. |
NonUniqueException(String message,
Collection all) |
NonUniqueException(String message,
Exception parentException) |
Modifier and Type | Method and Description |
---|---|
Collection |
getAllHits() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonUniqueException()
NonUniqueException
without detail message.public NonUniqueException(String msg)
NonUniqueException
with the specified detail message.msg
- the detail message.public NonUniqueException(String message, Exception parentException)
public NonUniqueException(Exception parentException)
public NonUniqueException(String message, Collection all)
public Collection getAllHits()
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3