35363738394041
* @param context An internal XDIME context. */ public ResponseErrorElement(XDIMEContextInternal context){ super(ResponseElements.ERROR, context); protocolAttributes = new ResponseErrorAttributes(); }