我使用JAXB从XML模式生成Java类。现在我想读取包含这些类的XML文件,但不能。我试试这个JAXBContextjaxbContext=JAXBContext.newInstance(STDMP.class);UnmarshallerjaxbUnmarshaller=jaxbContext.createUnmarshaller();STDMPts=(STDMP)jaxbUnmarshaller.unmarshal(xml_gkuzu);System.out.println(ts.getEDocument().getSender().getName());并得到这个异常Except