org.intermine.sql.precompute
Class BestQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.intermine.sql.precompute.BestQueryException
All Implemented Interfaces:
java.io.Serializable

public class BestQueryException
extends java.lang.Exception

An Exception that may be thrown by an BestQuery.

See Also:
Serialized Form

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

BestQueryException

public BestQueryException()
Constructs an BestQueryException


BestQueryException

public BestQueryException(java.lang.String msg)
Constructs an BestQueryException with the specified detail message.

Parameters:
msg - the detail message

BestQueryException

public BestQueryException(java.lang.Throwable t)
Constructs an BestQueryException with the specified nested throwable.

Parameters:
t - the nested throwable

BestQueryException

public BestQueryException(java.lang.String msg,
                          java.lang.Throwable t)
Constructs an BestQueryException with the specified detail message and nested throwable.

Parameters:
msg - the detail message
t - the nested throwable