|
JDOM 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.jdom.JDOMException | +--org.jdom.DataConversionException
Thrown when a data conversion from a string to value type fails, such as
can happen with the Attribute
convenience getter functions.
Constructor Summary | |
DataConversionException(java.lang.String name,
java.lang.String dataType)
Constructs an exception where the named construct couldn't be converted to the named data type. |
Methods inherited from class org.jdom.JDOMException |
getCause,
getMessage,
initCause,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DataConversionException(java.lang.String name, java.lang.String dataType)
name
- name of the construct whose value failed conversiondataType
- type the conversion was attempting to create
|
JDOM 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |