333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidInstance")) return null; InvalidInstanceException e = (InvalidInstanceException)super.unmarshall(node); return e; }