Class XmlErrorDocumentProducer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.producer.XmlErrorDocumentProducer
-
public class XmlErrorDocumentProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlErrorDocumentProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteErrorDocument(XMLStreamWriter writer, String errorCode, String message, Locale locale, String innerError)
-
-
-
Method Detail
-
writeErrorDocument
public void writeErrorDocument(XMLStreamWriter writer, String errorCode, String message, Locale locale, String innerError) throws XMLStreamException
- Throws:
XMLStreamException
-
-