|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.jdbcimporter.util.InvalidCustomObjectDefException
The InvalidCustomObjectDefException is an exception thrown when trying to create a custom object from the CustomObjectFactory.
Field Summary | |
protected java.lang.Exception |
cause
The root exception cause. |
Constructor Summary | |
InvalidCustomObjectDefException(java.lang.String msg)
Constructor with a message. |
|
InvalidCustomObjectDefException(java.lang.String msg,
java.lang.Exception cause)
Constructor with a message and a root exception cause. |
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 |
Field Detail |
protected java.lang.Exception cause
Constructor Detail |
public InvalidCustomObjectDefException(java.lang.String msg, java.lang.Exception cause)
msg
- the messagecause
- the root exceptionpublic InvalidCustomObjectDefException(java.lang.String msg)
msg
- the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |