Package org.apache.stanbol.reasoners.servicesapi

Examples of org.apache.stanbol.reasoners.servicesapi.InconsistentInputException


            return axioms;
        } catch (InconsistentOntologyException inconsistent) {
            /**
             * TODO Add report. Why it is inconsistent?
             */
            throw new InconsistentInputException();
        } catch (Exception exception) {
            log.error("An exception have been thrown while executing method run()", exception);
            throw new ReasoningServiceException();
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.stanbol.reasoners.servicesapi.InconsistentInputException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.