Package com.denodo.util.exceptions
Class ComplexTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.util.exceptions.ComplexTypeException
- All Implemented Interfaces:
Serializable
Exception thrown when a complex type cannot be converted to the corresponding Java type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComplexTypeException
- Parameters:
typeDef- name of the complex type that cannot be converted
-
-
Method Details
-
getTypeDef
- Returns:
- typeDef
-