org.semanticweb.owl.io.abstract_syntax
Class SomeUndefinedOWLPropertyLaxHandler
java.lang.Object
|
+--org.semanticweb.owl.io.abstract_syntax.SomeUndefinedOWLPropertyLaxHandler
- All Implemented Interfaces:
- SomeUndefinedOWLPropertyHandler
- public class SomeUndefinedOWLPropertyLaxHandler
- extends Object
- implements SomeUndefinedOWLPropertyHandler
Lax handler for SomeUndefinedOWLPropertyExceptions.
- Version:
- $Id: SomeUndefinedOWLPropertyLaxHandler.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 |
SomeUndefinedOWLPropertyLaxHandler
public SomeUndefinedOWLPropertyLaxHandler()
handle
public int handle(SomeUndefinedOWLPropertyException e)
throws SomeUndefinedOWLPropertyException
- Handles the
SomeUndefinedOWLPropertyException e by
returning the value of the property type stored in e.
- Specified by:
handle in interface SomeUndefinedOWLPropertyHandler
- Parameters:
e - a SomeUndefinedOWLPropertyException value
- Returns:
- the property type stored in
e.
- Throws:
SomeUndefinedOWLPropertyException - if e
is to be propagated.
WonderWeb