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 $

Constructor Summary
SomeUndefinedOWLPropertyLaxHandler()
           
 
Method Summary
 int handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e by returning the value of the property type stored in e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SomeUndefinedOWLPropertyLaxHandler

public SomeUndefinedOWLPropertyLaxHandler()
Method Detail

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