public class DataConversionException extends SODOMException
DataConversionException
is thrown when a requested XML value
is requested to be converted, and conversion
fails.
cause
Constructor and Description |
---|
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. |
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
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.Copyright (c) 2017 Software AG. All Rights Reserved.