org.jdom

Class DataConversionException


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 $
Authors:
Brett McLaughlin
Jason Hunter

Constructor Summary

DataConversionException(String name, String dataType)
Constructs an exception where the named construct couldn't be converted to the named data type.

Method Summary

Methods inherited from class org.jdom.JDOMException

getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace

Constructor Details

DataConversionException

public DataConversionException(String name,
                               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

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.