我有这个抛出异常的方法
public String Pipeit() throws TransformerException,
TransformerConfigurationException,SAXException, IOException
我尝试从 GUI 调用此方法
Pipe P = new Pipe (fname,x1name,x2name,x3name,oname);
view.setText(P.Pipeit()throws TransformerConfigurationException,SAXException,
IOException))
它一直给出这个错误
- ')' 是期待。