Class UnsupportedSelectQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unibz.inf.ontop.spec.sqlparser.exception.UnsupportedSelectQueryException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedSelectQueryException extends Exception
Created by Roman Kontchakov on 01/11/2016. The exception is thrown when the query contains a construct that is allowed in mappings but cannot be translated into an internal representation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSelectQueryException(String message, Object object)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-