org.genepattern.webservice
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
OmnigeneException()
Constructs a OmnigeneException with no detail message. |
|
OmnigeneException(int errno)
Constructs an OmnigeneException class with the specified
detail message. |
|
OmnigeneException(int errno,
java.lang.String message)
Constructs an OmnigeneException class with the specified
detail message. |
|
OmnigeneException(java.lang.String s)
Constructs a OmnigeneException with the specified detail
message. |
|
| Method Summary | |
int |
getOmnigeneErrno()
Return the Omnigene errno |
java.lang.String |
getOmnigeneMessage()
Return the Omnigene error message that corresponds to the errno passed in. |
void |
log()
Writes the exception message and a timestamp to the System.out file. |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OmnigeneException()
OmnigeneException with no detail message.
public OmnigeneException(java.lang.String s)
OmnigeneException with the specified detail
message.
s - the detail message.public OmnigeneException(int errno)
OmnigeneException class with the specified
detail message.
errno - the Omnigene error number.
public OmnigeneException(int errno,
java.lang.String message)
OmnigeneException class with the specified
detail message.
errno - the Omnigene error number.message - the detail message associated with this error number.| Method Detail |
public int getOmnigeneErrno()
public java.lang.String getOmnigeneMessage()
public void log()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||