|
|||||||||
| 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.InterMineException
public class InterMineException
An Exception that may be thrown by client facing parts of InterMine code.
| Constructor Summary | |
|---|---|
InterMineException()
Constructs an InterMineException |
|
InterMineException(java.lang.String msg)
Constructs an InterMineException with the specified detail message. |
|
InterMineException(java.lang.String msg,
java.lang.Throwable t)
Constructs an InterMineException with the specified detail message and nested throwable. |
|
InterMineException(java.lang.Throwable t)
Constructs an InterMineException 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 InterMineException()
public InterMineException(java.lang.String msg)
msg - the detail messagepublic InterMineException(java.lang.Throwable t)
t - the nested throwable
public InterMineException(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 | ||||||||