|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.intermine.sql.precompute.BestQueryException
public class BestQueryException
An Exception that may be thrown by an BestQuery.
| Constructor Summary | |
|---|---|
BestQueryException()
Constructs an BestQueryException |
|
BestQueryException(java.lang.String msg)
Constructs an BestQueryException with the specified detail message. |
|
BestQueryException(java.lang.String msg,
java.lang.Throwable t)
Constructs an BestQueryException with the specified detail message and nested throwable. |
|
BestQueryException(java.lang.Throwable t)
Constructs an BestQueryException with the specified nested throwable. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
|---|
public BestQueryException()
public BestQueryException(java.lang.String msg)
msg - the detail messagepublic BestQueryException(java.lang.Throwable t)
t - the nested throwable
public BestQueryException(java.lang.String msg,
java.lang.Throwable t)
msg - the detail messaget - the nested throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||