|
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 | +--org.joda.property.xml.XMLException
Exception thrown during XML processing.
Constructor Summary | |
XMLException(java.lang.Object errSource,
java.lang.Object value)
Constructor |
|
XMLException(java.lang.Object errSource,
java.lang.Object value,
java.lang.String baseMessage)
Constructor |
Method Summary | |
java.lang.Object |
getRejectedValue()
Get the value which was rejected |
java.lang.Object |
getSource()
Get the object that generated the exception |
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 XMLException(java.lang.Object errSource, java.lang.Object value, java.lang.String baseMessage)
errSource
- the object that generated the exceptionvalue
- the value that could not be convertedpublic XMLException(java.lang.Object errSource, java.lang.Object value)
errSource
- the object that generated the exceptionvalue
- the value that could not be convertedMethod Detail |
public java.lang.Object getSource()
public java.lang.Object getRejectedValue()
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |