1010101110121013101410151016101710181019
if(!file.exists()) { if (Logger.isEnabled()) Logger.log(new LogEvent(LOGID, LogEvent.LT_WARNING, "Cannot find " + file.getName())); throw new PlatformManagerException("File not found"); } showInFinder(file); }
1332133313341335133613371338
testNativeAvailability( String name ) throws PlatformManagerException { throw new PlatformManagerException("Unsupported capability called on platform manager"); }
1343134413451346134713481349
InetAddress target, PlatformManagerPingCallback callback ) throws PlatformManagerException { throw new PlatformManagerException("Unsupported capability called on platform manager"); }
1354135513561357135813591360
13951396139713981399140014011402
} } // @see org.gudy.azureus2.platform.PlatformManager#getAzComputerID() public String getAzComputerID() throws PlatformManagerException { throw new PlatformManagerException( "Unsupported capability called on platform manager"); }
142814291430143114321433143414351436
} else if (type == USER_REQUEST_WARNING) { methRequestUserAttention.invoke(app, true); } } catch (Exception e) { throw new PlatformManagerException("Failed to request user attention", e); } }
127128129130131132133134135136137
if ( e instanceof PlatformManagerException ){ throw((PlatformManagerException)e); } throw( new PlatformManagerException( "Win32Platform: failed to initialise", e )); } } }finally{ initialising = false;
66676869707172
*/ public String getUserDataDirectory() throws PlatformManagerException { throw new PlatformManagerException("Unsupported capability called on platform manager"); }
76777879808182
*/ public boolean isApplicationRegistered() throws PlatformManagerException { throw new PlatformManagerException("Unsupported capability called on platform manager"); }
84858687888990
public String getApplicationCommandLine() throws PlatformManagerException { throw new PlatformManagerException("Unsupported capability called on platform manager"); }