|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.ontology.OntologyException
com.hp.hpl.jena.ontology.ConversionException
public class ConversionException
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.
Constructor Summary | |
---|---|
ConversionException(java.lang.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 |
---|
public ConversionException(java.lang.String msg)
msg
- The exception message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |