org.semanticweb.owl.model
Class OWLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.semanticweb.owl.model.OWLException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MalformedOWLURIException, ParserException, RACERConsistencyChecker.ExpressivenessOutOfScopeException, RendererException, SimpleOWLReasoner.ExpressivenessOutOfScopeException, SomeUndefinedOWLPropertyException, UndefinedOWLPropertyException, UndefinedOWLPropertyTypeException, ValidationException
- public class OWLException
- extends Exception
Base class for all OWL Exceptions.
- Version:
- $Id: OWLException.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OWLException
public OWLException(String message)
OWLException
public OWLException(String message,
Exception e)
WonderWeb