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:
parent
52662243ef
commit
abfabb9850
2 changed files with 6 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue