Class ConflictingVariableInJoinViewException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unibz.inf.ontop.exception.MetadataExtractionException
-
- it.unibz.inf.ontop.dbschema.impl.json.ConflictingVariableInJoinViewException
-
- All Implemented Interfaces:
Serializable
public class ConflictingVariableInJoinViewException extends MetadataExtractionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConflictingVariableInJoinViewException(it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<QuotedID> conflictingAttributeIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<QuotedID>getConflictingAttributeIds()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConflictingVariableInJoinViewException
protected ConflictingVariableInJoinViewException(it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<QuotedID> conflictingAttributeIds)
-
-
Method Detail
-
getConflictingAttributeIds
public it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<QuotedID> getConflictingAttributeIds()
-
-