|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.bea.domingo.DNotesException
de.bea.domingo.map.MappingException
public class MappingException
Signals errors during mapping from or to domingo.
| Constructor Summary | |
|---|---|
MappingException(java.lang.String message)
Construct a new MappingException instance. |
|
MappingException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new MappingException instance. |
|
MappingException(java.lang.Throwable throwable)
Construct a new MappingException instance. |
|
| Method Summary |
|---|
| Methods inherited from class de.bea.domingo.DNotesException |
|---|
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MappingException(java.lang.String message)
MappingException instance.
message - The detail message for this exception.public MappingException(java.lang.Throwable throwable)
MappingException instance.
throwable - the root cause of the exception
public MappingException(java.lang.String message,
java.lang.Throwable throwable)
MappingException instance.
message - The detail message for this exception.throwable - the root cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||