public class ExceptionWriter extends HeaderWriter
writer| Constructor and Description |
|---|
ExceptionWriter(String type,
String code,
String text,
String comp,
OutputStream os,
int indent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(RosettaNetConfig config)
Process header data.
|
writepublic ExceptionWriter(String type, String code, String text, String comp, OutputStream os, int indent)
type - global exception type codecode - global message exception codetext - error description textcomp - global message component code (null if none or unknown)os - target output streamindent - number of spaces to indent (-1 if no line breaks or indentation)public void process(RosettaNetConfig config) throws XMLStreamException
HeaderWriterprocess in class HeaderWriterXMLStreamExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.