We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c36574 commit 7682d83Copy full SHA for 7682d83
1 file changed
src/ubic/basecode/ontology/search/OntologySearchException.java
@@ -4,7 +4,7 @@
4
* Base class for exceptions raised by {@link OntologySearch}.
5
* @author poirigui
6
*/
7
-public class OntologySearchException extends RuntimeException {
+public class OntologySearchException extends Exception {
8
private final String query;
9
10
public OntologySearchException( String message, String query, Throwable cause ) {
0 commit comments