org.semanticweb.owl.model
Class OWLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owl.model.OWLRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- OWLOntologyInputSourceException, OWLOntologyResourceAccessException, OWLOntologyURIMappingNotFoundException, UnknownOWLOntologyException
public class OWLRuntimeException
- extends java.lang.RuntimeException
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
The root of runtime exceptions in the OWL API.
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OWLRuntimeException
public OWLRuntimeException()
OWLRuntimeException
public OWLRuntimeException(java.lang.String message)
OWLRuntimeException
public OWLRuntimeException(java.lang.String message,
java.lang.Throwable cause)
OWLRuntimeException
public OWLRuntimeException(java.lang.Throwable cause)