org.intermine.objectstore.intermine
Class CompletelyFalseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.intermine.objectstore.ObjectStoreException
              extended by org.intermine.objectstore.intermine.CompletelyFalseException
All Implemented Interfaces:
java.io.Serializable

public class CompletelyFalseException
extends ObjectStoreException

Exception thrown if a Constraint is deemed to be completely false.

See Also:
Serialized Form

Constructor Summary
CompletelyFalseException()
          Constructor.
CompletelyFalseException(java.lang.String msg)
          Constructor.
CompletelyFalseException(java.lang.String msg, java.lang.Throwable t)
          Constructor.
CompletelyFalseException(java.lang.Throwable t)
          Constructor.
 
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

CompletelyFalseException

public CompletelyFalseException()
Constructor.


CompletelyFalseException

public CompletelyFalseException(java.lang.String msg)
Constructor.

Parameters:
msg - the detail message

CompletelyFalseException

public CompletelyFalseException(java.lang.Throwable t)
Constructor.

Parameters:
t - the nested Throwable

CompletelyFalseException

public CompletelyFalseException(java.lang.String msg,
                                java.lang.Throwable t)
Constructor.

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