com.hp.hpl.jena.ontology
Class ConversionException

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
                      extended bycom.hp.hpl.jena.ontology.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends OntologyException

Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is not possible. The reasons for the failure may be that the requested term is not in the language profile of the language attached to the ontology model, or because the pre-conditions for the conversion are not met.

Version:
CVS $Id: ConversionException.java,v 1.2 2003/06/08 21:29:58 ian_dickinson Exp $
Author:
Ian Dickinson, HP Labs (email)
See Also:
Serialized Form

Constructor Summary
ConversionException(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

ConversionException

public ConversionException(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.