org.semanticweb.elk.reasoner.indexing.hierarchy
Class ElkIndexingUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.elk.owl.exceptions.ElkRuntimeException
org.semanticweb.elk.reasoner.indexing.hierarchy.ElkIndexingException
org.semanticweb.elk.reasoner.indexing.hierarchy.ElkIndexingUnsupportedException
- All Implemented Interfaces:
- Serializable
public class ElkIndexingUnsupportedException
- extends ElkIndexingException
This exception should be used to indicate that some ElkObject cannot
be represented within the index datastructure, that is, it is not supported
by the reasoner.
- Author:
- "Yevgeny Kazakov"
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ElkIndexingUnsupportedException
protected ElkIndexingUnsupportedException()
ElkIndexingUnsupportedException
protected ElkIndexingUnsupportedException(String message)
ElkIndexingUnsupportedException
protected ElkIndexingUnsupportedException(String message,
Throwable cause)
ElkIndexingUnsupportedException
protected ElkIndexingUnsupportedException(Throwable cause)
ElkIndexingUnsupportedException
public ElkIndexingUnsupportedException(ElkObject elkObject)
ElkIndexingUnsupportedException
public ElkIndexingUnsupportedException(ElkObject elkObject,
Throwable cause)
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.