Package ubic.basecode.ontology.search
Class OntologySearchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ubic.basecode.ontology.search.OntologySearchException
-
- All Implemented Interfaces:
Serializable
public class OntologySearchException extends Exception
Base class for exceptions raised byOntologyService.findTerm(String)
and others.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OntologySearchException(String message, String query, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getQuery()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-