com.hp.hpl.jena.ontology
Class OntologyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.ontology.OntologyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConversionException, LanguageConsistencyException, ProfileException

public class OntologyException
extends JenaException

Exception for generic errors that arise while processing ontologies

Version:
CVS $Id: OntologyException.java,v 1.2 2009-10-06 13:04:34 ian_dickinson Exp $
Author:
Ian Dickinson, HP Labs (email)
See Also:
Serialized Form

Constructor Summary
OntologyException(String msg)
          Construct an ontology exception with a given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OntologyException

public OntologyException(String msg)
Construct an ontology exception with a given message.

Parameters:
msg - The exception message.


Licenced under the Apache License, Version 2.0