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.IoutputFormatVisitor
public String visitJSON(com.gisgraphy.serializer.common.OutputFormat format)
visitJSON
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String visitPYTHON(com.gisgraphy.serializer.common.OutputFormat format)
visitPYTHON
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String visitRUBY(com.gisgraphy.serializer.common.OutputFormat format)
visitRUBY
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String visitPHP(com.gisgraphy.serializer.common.OutputFormat format)
visitPHP
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String visitATOM(com.gisgraphy.serializer.common.OutputFormat outputFormat)
visitATOM
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String visitGEORSS(com.gisgraphy.serializer.common.OutputFormat outputFormat)
visitGEORSS
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String visitUNSUPPORTED(com.gisgraphy.serializer.common.OutputFormat format)
visitUNSUPPORTED
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String visitYAML(com.gisgraphy.serializer.common.OutputFormat format)
visitYAML
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
public String getErrorMessage()
getErrorMessage
in interface com.gisgraphy.serializer.common.IoutputFormatVisitor
Copyright © 2015. All rights reserved.