|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.lang.exception.NestableException jdbcadmin.core.exceptions.ConvertionException
Exception thrown for convertion errors
Field Summary |
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Constructor Summary | |
ConvertionException(java.lang.String aMessage,
java.lang.String aPropertyName,
java.lang.String aSampleValue,
java.lang.Throwable aSource)
Constructor which set up the message, the name of the concerned property , a sample value and the source exception. |
Method Summary | |
java.lang.String |
getPropertyName()
|
java.lang.String |
getSampleValue()
|
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, 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 ConvertionException(java.lang.String aMessage, java.lang.String aPropertyName, java.lang.String aSampleValue, java.lang.Throwable aSource)
aMessage
- The exception messageaSampleValue
- The sample valueaPropertyName
- The name of the propertyaSource
- source exceptionMethod Detail |
public java.lang.String getPropertyName()
public java.lang.String getSampleValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |