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

Constructor Summary
OWLException(String message)
           
OWLException(String message, Exception e)
           
 
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
 

Constructor Detail

OWLException

public OWLException(String message)

OWLException

public OWLException(String message,
                    Exception e)


WonderWeb