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

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.OWLlinkProfileViolationErrorResponseException

public class OWLlinkProfileViolationErrorResponseException
extends OWLlinkSyntaxErrorException

Represents a ProfileViolationError in the OWLlink specification.

Author: Olaf Noppens Date: 10.06.2010


Constructor Summary
OWLlinkProfileViolationErrorResponseException(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

OWLlinkProfileViolationErrorResponseException

public OWLlinkProfileViolationErrorResponseException(java.lang.String error)