Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:1.0beta2
-
CPU:sparc
-
OS:solaris_2.4
-
Verification:Not verified
Description
can't compile the class XYZApp.java in the molecule viewer.
This is for the platforms : WIN95 and Solaris
Error message :
XYZApp.java:63: Exception java.io.IOException must be caught, or it must be declared in the throws clause of this method.
switch (st.nextToken()) {
^
XYZApp.java:86: Exception java.lang.Exception must be caught, or it must be declared in the throws clause of this method.
throw new Exception(st.toString());
^
XYZApp.java:340: Exception java.lang.InterruptedException must be caught, or it must be declared in the throws clause of this method.
wait();
^
3 errors
Exit 1
This is for the platforms : WIN95 and Solaris
Error message :
XYZApp.java:63: Exception java.io.IOException must be caught, or it must be declared in the throws clause of this method.
switch (st.nextToken()) {
^
XYZApp.java:86: Exception java.lang.Exception must be caught, or it must be declared in the throws clause of this method.
throw new Exception(st.toString());
^
XYZApp.java:340: Exception java.lang.InterruptedException must be caught, or it must be declared in the throws clause of this method.
wait();
^
3 errors
Exit 1