org.semanticweb.owl.io.abstract_syntax
Class SomeUndefinedOWLPropertyStrictHandler
java.lang.Object
|
+--org.semanticweb.owl.io.abstract_syntax.SomeUndefinedOWLPropertyStrictHandler
- All Implemented Interfaces:
- SomeUndefinedOWLPropertyHandler
- public class SomeUndefinedOWLPropertyStrictHandler
- extends Object
- implements SomeUndefinedOWLPropertyHandler
Strict handler for SomeUndefinedOWLPropertyExceptions.
- Version:
- $Id: SomeUndefinedOWLPropertyStrictHandler.java,v 1.1 2003/12/01 17:06:10 dturi Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SomeUndefinedOWLPropertyStrictHandler
public SomeUndefinedOWLPropertyStrictHandler()
handle
public int handle(SomeUndefinedOWLPropertyException e)
throws SomeUndefinedOWLPropertyException
- Handles the
SomeUndefinedOWLPropertyException e by
simply throwing e again.
- Specified by:
handle in interface SomeUndefinedOWLPropertyHandler
- Parameters:
e - a SomeUndefinedOWLPropertyException value
- Returns:
- an
int value representing the type
of the OWLProperty one wants the handler to return anyway.
- Throws:
SomeUndefinedOWLPropertyException - e
is always thrown.
WonderWeb