Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwable.printStackTrace fails correctly.
2002-03-09 Adam Megacz <adam@xwt.org> * java/lang/Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwable.printStackTrace fails correctly. From-SVN: r50488
This commit is contained in:
@@ -57,7 +57,7 @@ final class ConcreteProcess extends Process
|
||||
|
||||
public ConcreteProcess (String[] progarray, String[] envp) throws IOException
|
||||
{
|
||||
throw new Error("not implemented");
|
||||
throw new IOException("not implemented");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user