All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.protege.editor.owl.model.entity.OWLEntityCreationException Maven / Gradle / Ivy

package org.protege.editor.owl.model.entity;

import org.semanticweb.owlapi.model.OWLException;
/*
* Copyright (C) 2007, University of Manchester
*
*
*/

/**
 * Author: drummond
* http://www.cs.man.ac.uk/~drummond/

* The University Of Manchester
* Bio Health Informatics Group
* Date: Sep 18, 2008

*/ public class OWLEntityCreationException extends OWLException { private static final long serialVersionUID = 8541455997097434284L; public OWLEntityCreationException(String s) { super(s); } public OWLEntityCreationException(String s, Throwable throwable) { super(s, throwable); } public OWLEntityCreationException(Throwable throwable) { super(throwable); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy