|
|||||||||
| 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.objectstore.ObjectStoreException
org.intermine.objectstore.intermine.CompletelyFalseException
public class CompletelyFalseException
Exception thrown if a Constraint is deemed to be completely false.
| 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 |
|---|
public CompletelyFalseException()
public CompletelyFalseException(java.lang.String msg)
msg - the detail messagepublic CompletelyFalseException(java.lang.Throwable t)
t - the nested Throwable
public CompletelyFalseException(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 | ||||||||