// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("MissingParameter"))
return null;
MissingParameterException e = (MissingParameterException)super.unmarshall(node);
e.setBoxUsage(XpathUtils.asFloat(getErrorPropertyPath("BoxUsage"), node));
return e;
}