Class IllegalJoinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unibz.inf.ontop.spec.sqlparser.exception.IllegalJoinException
-
- All Implemented Interfaces:
Serializable
public class IllegalJoinException extends Exception
Created by Roman Kontchakov on 10/12/2016.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalJoinException(RAExpressionAttributes re1, RAExpressionAttributes re2, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IllegalJoinException
public IllegalJoinException(RAExpressionAttributes re1, RAExpressionAttributes re2, String message)
-
-