Class SQLSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unibz.inf.ontop.exception.OntopInternalBugException
-
- it.unibz.inf.ontop.generation.serializer.SQLSerializationException
-
- All Implemented Interfaces:
Serializable
public class SQLSerializationException extends OntopInternalBugException
TODO: check the hierarchy- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLSerializationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SQLSerializationException
public SQLSerializationException(String message)
-
-