|
|||||||||
| Home >> All >> org >> [ jdom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdom
Class DataConversionException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdom.JDOMException
org.jdom.DataConversionException
- All Implemented Interfaces:
- java.io.Serializable
- public class DataConversionException
- extends JDOMException
Thrown when a data conversion from a string to value type fails, such as can happen with the Attribute convenience getter functions.
- Version:
- $Revision: 1.13 $, $Date: 2004/02/06 09:28:30 $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private static java.lang.String |
CVS_ID
|
| Fields inherited from class org.jdom.JDOMException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
CVS_ID
private static final java.lang.String CVS_ID
- See Also:
- Constant Field Values
| Constructor Detail |
DataConversionException
public 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.
|
|||||||||
| Home >> All >> org >> [ jdom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC