VirtualBox

Changeset 30946 in vbox


Ignore:
Timestamp:
Jul 21, 2010 10:44:43 AM (14 years ago)
Author:
vboxsync
Message:

Java bridge: exceptions also uniform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/tests/TestVBox.java

    r30932 r30946  
    128128            try {
    129129                mgr.connect(url, user, passwd);
    130             } catch (Exception e) {
     130            } catch (VBoxException e) {
    131131                e.printStackTrace();
    132                 System.out.println("Cannot connect, start webserver first!");               
     132                System.out.println("Cannot connect, start webserver first!");
    133133            }
    134134        }
     
    148148            }
    149149        }
    150         catch (Throwable e)
     150        catch (VBoxException e)
     151        {
     152            System.out.println("VBox error: "+e.getMessage()+" original="+e.getWrapped());
     153            e.printStackTrace();
     154        }
     155        catch (java.io.IOException e)
    151156        {
    152157            e.printStackTrace();
     
    157162            try {
    158163                mgr.disconnect();
    159             } catch (Exception e) {
     164            } catch (VBoxException e) {
    160165                e.printStackTrace();
    161166            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette