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
@ -1,3 +1,8 @@
|
||||
2002-03-09 Adam Megacz <adam@xwt.org>
|
||||
|
||||
* java/lang/Win32Process.java (ConcreteProcess): Now throws an
|
||||
IOException so that Throwable.printStackTrace fails correctly.
|
||||
|
||||
2002-03-08 Adam Megacz <adam@xwt.org>
|
||||
|
||||
* java/net/natPlainSocketImpl.cc (read, write, close): Formatting
|
||||
|
@ -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…
Reference in New Issue
Block a user