org.semanticweb.owlapi.owllink.server.response
Class UnsatisfiableKBErrorResponseImpl

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.server.response.ErrorResponseImpl
      extended by org.semanticweb.owlapi.owllink.server.response.UnsatisfiableKBErrorResponseImpl
All Implemented Interfaces:
Response, ErrorResponse, SemanticErrorResponse, UnsatisfiableKBErrorResponse

public class UnsatisfiableKBErrorResponseImpl
extends ErrorResponseImpl
implements UnsatisfiableKBErrorResponse

Author: Olaf Noppens Date: 10.06.2010


Constructor Summary
UnsatisfiableKBErrorResponseImpl(java.lang.String errorString)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owlapi.owllink.server.response.ErrorResponseImpl
accept, getErrorString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owlapi.owllink.server.response.ErrorResponse
getErrorString
 
Methods inherited from interface org.semanticweb.owlapi.owllink.Response
accept
 

Constructor Detail

UnsatisfiableKBErrorResponseImpl

public UnsatisfiableKBErrorResponseImpl(java.lang.String errorString)