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

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.server.response.ErrorResponseImpl
All Implemented Interfaces:
Response, ErrorResponse
Direct Known Subclasses:
KBErrorResponseImpl

public class ErrorResponseImpl
extends java.lang.Object
implements ErrorResponse

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 30.11.2009


Constructor Summary
ErrorResponseImpl(java.lang.String errorString)
           
 
Method Summary
<O> O
accept(ResponseVisitor<O> visitor)
           
 java.lang.String getErrorString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorResponseImpl

public ErrorResponseImpl(java.lang.String errorString)
Method Detail

getErrorString

public java.lang.String getErrorString()
Specified by:
getErrorString in interface ErrorResponse

accept

public <O> O accept(ResponseVisitor<O> visitor)
Specified by:
accept in interface Response