org.semanticweb.elk.owlapi
Class ElkExceptionConverter
java.lang.Object
org.semanticweb.elk.owlapi.ElkExceptionConverter
public class ElkExceptionConverter
- extends Object
Converts ElkExceptions to corresponding OWLRuntimeExceptions
whenever possible
- Author:
- "Yevgeny Kazakov"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ElkExceptionConverter getInstance()
convert
public org.semanticweb.owlapi.reasoner.FreshEntitiesException convert(ElkFreshEntitiesException e)
convert
public org.semanticweb.owlapi.reasoner.InconsistentOntologyException convert(ElkInconsistentOntologyException e)
convert
public org.semanticweb.owlapi.reasoner.ReasonerInterruptedException convert(ElkInterruptedException e)
convert
public org.semanticweb.owlapi.model.OWLRuntimeException convert(ElkRuntimeException e)
convert
public org.semanticweb.owlapi.model.OWLRuntimeException convert(ElkException e)
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.