|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdom.JDOMException
org.jdom.DataConversionException
public class DataConversionException
DataConversionException
is thrown when a requested XML value
is requested to be converted, and conversion
fails.
| Field Summary |
|---|
| Fields inherited from class org.jdom.JDOMException |
|---|
cause |
| Constructor Summary | |
|---|---|
DataConversionException(java.lang.String name,
java.lang.String dataType)
This will create an Exception indicating
that the specified attribute does not exist for the
current element. |
|
| Method Summary |
|---|
| Methods inherited from class org.jdom.JDOMException |
|---|
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, 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)
This will create an Exception indicating
that the specified attribute does not exist for the
current element.
name - String name of XML
attribute being searched for.dataType - String name of data type
being converted to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||