org.semanticweb.owlapi.owllink.server.response
Interface ErrorResponse

All Superinterfaces:
Response
All Known Subinterfaces:
KBErrorResponse, ProfileViolationErrorResponse, SemanticErrorResponse, UnsatisfiableKBErrorResponse
All Known Implementing Classes:
ErrorResponseImpl, KBErrorResponseImpl, ProfileViolationErrorResponseImpl, UnsatisfiableKBErrorResponseImpl

public interface ErrorResponse
extends Response

Author: Olaf Noppens Date: 30.11.2009


Method Summary
 java.lang.String getErrorString()
           
 
Methods inherited from interface org.semanticweb.owlapi.owllink.Response
accept
 

Method Detail

getErrorString

java.lang.String getErrorString()