Class DataConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by JDOMException
              extended by 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.

See Also:
Serialized Form

Field Summary
private static java.lang.StringCVS_ID
           
 
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.
 
Method Summary
 
Methods inherited from class 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.

Parameters:
name - name of the construct whose value failed conversion
dataType - type the conversion was attempting to create