com.hp.hpl.jena.ontology
Class OntologyException

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

public class OntologyException
extends com.hp.hpl.jena.shared.JenaException

Exception for generic errors that arise while processing ontologies

Version:
CVS $Id: OntologyException.java,v 1.2 2003/06/17 15:21:50 chris-dollin Exp $
Author:
Ian Dickinson, HP Labs (email)
See Also:
Serialized Form

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

Constructor Detail

OntologyException

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

Parameters:
msg - The exception message.


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.