Class UnsupportedSelectQueryRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unibz.inf.ontop.spec.sqlparser.exception.UnsupportedSelectQueryRuntimeException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedSelectQueryRuntimeException extends RuntimeException
Created by Roman Kontchakov on 28/01/2017. An internal run-time exception class to work with the JSQLParser interfaces. DO NOT USE ELSEWHERE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSelectQueryRuntimeException(String message, Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObject()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-