XmlErrorFormatter Class
Responsible for formatting an error as XML
Item Index
Methods
- endElement static
- serialize
- serializeXmlArray static
- serializeXmlObject static
- serializeXmlPrimitive static
- startElement static
Methods
endElement
(
String
static
-
key
Parameters:
-
key
String
Returns:
String:
serialize
(
String
-
params
Serializes the object version of the error to be formatted
Parameters:
-
params
Object
Returns:
String:
serializeXmlArray
(
String
static
-
key
-
obj
Parameters:
-
key
String -
obj
Array
Returns:
String:
serializeXmlObject
(
String
static
-
key
-
obj
Parameters:
-
key
String -
obj
Object
Returns:
String:
serializeXmlPrimitive
(
String
static
-
key
-
val
Parameters:
-
key
String -
val
Returns:
String:
startElement
(
String
static
-
key
Parameters:
-
key
String
Returns:
String: