|
Revision 423M | ||||||||
| 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.bridgedb.IDMapperException
public class IDMapperException
for all exceptions thrown by IDMapper interface.
Simple wrapper so using classes don't need to deal with implementation details of specific IDMapper implementations.
Usually wraps SQLException, ClassNotFoundException, for IDMapperRdb, XmlRpcException for IDMapperWebservice and IOException for IDMapperText
Simply use the inherited constructor IDMapperException(Throwable cause) to wrap an exception.
| Constructor Summary | |
|---|---|
IDMapperException()
See Exception (). |
|
IDMapperException(java.lang.String msg)
See Exception (String). |
|
IDMapperException(java.lang.String msg,
java.lang.Throwable t)
See Exception(String, Throwable). |
|
IDMapperException(java.lang.Throwable t)
See Exception(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 IDMapperException(java.lang.Throwable t)
t - cause
public IDMapperException(java.lang.String msg,
java.lang.Throwable t)
msg - a messaget - causepublic IDMapperException(java.lang.String msg)
msg - a messagepublic IDMapperException()
|
Generated July 29 2010 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||