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

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

public class ProfileViolationErrorResponseImpl
extends ErrorResponseImpl
implements ProfileViolationErrorResponse

Author: Olaf Noppens Date: 10.06.2010


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

ProfileViolationErrorResponseImpl

public ProfileViolationErrorResponseImpl(java.lang.String errorString)