public class FulltextErrorVisitor extends Object implements com.gisgraphy.serializer.common.IoutputFormatVisitor
| Constructor and Description |
|---|
FulltextErrorVisitor() |
FulltextErrorVisitor(String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
String |
visitATOM(com.gisgraphy.serializer.common.OutputFormat outputFormat) |
String |
visitGEORSS(com.gisgraphy.serializer.common.OutputFormat outputFormat) |
String |
visitJSON(com.gisgraphy.serializer.common.OutputFormat format) |
String |
visitPHP(com.gisgraphy.serializer.common.OutputFormat format) |
String |
visitPYTHON(com.gisgraphy.serializer.common.OutputFormat format) |
String |
visitRUBY(com.gisgraphy.serializer.common.OutputFormat format) |
String |
visitUNSUPPORTED(com.gisgraphy.serializer.common.OutputFormat format) |
String |
visitXML(com.gisgraphy.serializer.common.OutputFormat format) |
String |
visitYAML(com.gisgraphy.serializer.common.OutputFormat format) |
public FulltextErrorVisitor()
public FulltextErrorVisitor(String errorMessage)
errorMessage - The error Messagepublic String visitXML(com.gisgraphy.serializer.common.OutputFormat format)
visitXML in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitJSON(com.gisgraphy.serializer.common.OutputFormat format)
visitJSON in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitPYTHON(com.gisgraphy.serializer.common.OutputFormat format)
visitPYTHON in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitRUBY(com.gisgraphy.serializer.common.OutputFormat format)
visitRUBY in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitPHP(com.gisgraphy.serializer.common.OutputFormat format)
visitPHP in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitATOM(com.gisgraphy.serializer.common.OutputFormat outputFormat)
visitATOM in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitGEORSS(com.gisgraphy.serializer.common.OutputFormat outputFormat)
visitGEORSS in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitUNSUPPORTED(com.gisgraphy.serializer.common.OutputFormat format)
visitUNSUPPORTED in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String visitYAML(com.gisgraphy.serializer.common.OutputFormat format)
visitYAML in interface com.gisgraphy.serializer.common.IoutputFormatVisitorpublic String getErrorMessage()
getErrorMessage in interface com.gisgraphy.serializer.common.IoutputFormatVisitorCopyright © 2015. All rights reserved.