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