com.ddtek.xmlconverter.exception
Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ddtek.xmlconverter.exception.ConverterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConverterArgumentException, ConverterCancelledException, EDIConverterException, InternalConverterError, InvalidFormatException
- public class ConverterException
- extends IOException
Most Exceptions from DataDirect XML Converters
are reported as instances of this exception or its subclasses. In some cases, where the interface
between the XML Converter and the application is a standard interface such as
ContentHandler
or XMLStreamReader, the type of exception
thrown is dictated by the interface definition.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |