|
Joda System API | ||||||||||
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 | +--java.lang.RuntimeException | +--java.lang.IllegalArgumentException | +--org.joda.util.IllegalArgumentJodaException | +--org.joda.typeconvertor.NoTypeConvertorException
Exception thrown when no type convertor can be found for a given class.
Constructor Summary | |
NoTypeConvertorException(java.lang.Object errSource,
java.lang.Class cls)
Constructor |
|
NoTypeConvertorException(java.lang.Object errSource,
java.lang.Class cls,
java.lang.String message)
Constructor |
Methods inherited from class org.joda.util.IllegalArgumentJodaException |
getRejectedValue, getSource |
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 NoTypeConvertorException(java.lang.Object errSource, java.lang.Class cls)
errSource
- the object that generated the exceptioncls
- the class that could not be convertedpublic NoTypeConvertorException(java.lang.Object errSource, java.lang.Class cls, java.lang.String message)
errSource
- the object that generated the exceptioncls
- the class that could not be convertedmessage
- a text message for the exception message
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |