com.ddtek.xmlconverter.exception
Class InternalConverterError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ddtek.xmlconverter.exception.InternalConverterError
All Implemented Interfaces:
Serializable

public class InternalConverterError
extends RuntimeException

This exception is thrown if an internal error is dectected in a DataDirect XML Converter.

See Also:
Serialized Form

Constructor Summary
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail