| 
||||||||||
| 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
DataConversionException
   is thrown when a requested XML value
   is requested to be converted, and conversion
   fails.
 
| Fields inherited from class org.jdom.JDOMException | 
rootCause | 
| 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. | 
|
| Methods inherited from class org.jdom.JDOMException | 
getMessage, 
getRootCause, 
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)
 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||