public final class IncompatibleClosureTypesException extends RelationalAlgebraException
Constructor and Description |
---|
IncompatibleClosureTypesException(java.lang.String attributeName1,
java.lang.String attributeName2)
Creates the IncompatibleClosureTypesException
|
public IncompatibleClosureTypesException(java.lang.String attributeName1, java.lang.String attributeName2)
attributeName1
- The name of the first attribute in a transitive closure matching spec that has an incompatible type with the other attributeattributeName2
- The name of the second attribute in a transitive closure matching spec that has an incompatible type with the other attribute