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 $

Constructor Summary
SomeUndefinedOWLPropertyStrictHandler()
           
 
Method Summary
 int handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e by simply throwing e again.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SomeUndefinedOWLPropertyStrictHandler

public SomeUndefinedOWLPropertyStrictHandler()
Method Detail

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