org.semanticweb.owl.io.abstract_syntax
Interface SomeUndefinedOWLPropertyHandler

All Known Implementing Classes:
SomeUndefinedOWLPropertyLaxHandler, SomeUndefinedOWLPropertyStrictHandler

public interface SomeUndefinedOWLPropertyHandler

Handler for SomeUndefinedOWLPropertyExceptions.

Version:
$Id: SomeUndefinedOWLPropertyHandler.java,v 1.1 2003/12/01 17:06:10 dturi Exp $

Method Summary
 int handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e The int return type can be used to return a property type.
 

Method Detail

handle

public int handle(SomeUndefinedOWLPropertyException e)
           throws SomeUndefinedOWLPropertyException
Handles the SomeUndefinedOWLPropertyException e The int return type can be used to return a property type.

Parameters:
e - a SomeUndefinedOWLPropertyException value
Returns:
an int value representing the type of the OWLProperty one wants the handler to return anyway.
Throws:
SomeUndefinedOWLPropertyException - if e is to be propagated.


WonderWeb