org.semanticweb.owlapi.owllink.builtin.response
Class OWLlinkNotSupportedDatatypeErrorResponseException

java.lang.Object
  extended by OWLReasonerRuntimeException
      extended by org.semanticweb.owlapi.owllink.builtin.response.OWLlinkErrorResponseException
          extended by org.semanticweb.owlapi.owllink.builtin.response.OWLlinkSyntaxErrorException
              extended by org.semanticweb.owlapi.owllink.builtin.response.OWLlinkNotSupportedDatatypeErrorResponseException

public class OWLlinkNotSupportedDatatypeErrorResponseException
extends OWLlinkSyntaxErrorException

Represents a NotSupportedDatatypeError in the OWLlink specification. Author: Olaf Noppens Date: 10.06.2010


Constructor Summary
OWLlinkNotSupportedDatatypeErrorResponseException(java.lang.String error)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLlinkNotSupportedDatatypeErrorResponseException

public OWLlinkNotSupportedDatatypeErrorResponseException(java.lang.String error)