Home
last modified time | relevance | path

Searched refs:InstallException (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration.Install/System.Configuration.Install/
H A DInstallException.cs37 public class InstallException : SystemException class
41 public InstallException () in InstallException() method in System.Configuration.Install.InstallException
45 public InstallException (string message) : base (message) in InstallException() method in System.Configuration.Install.InstallException
49 …protected InstallException (SerializationInfo info, StreamingContext context) : base (info, contex… in InstallException() method in System.Configuration.Install.InstallException
53 public InstallException (string message, Exception innerException) : base (message) in InstallException() method in System.Configuration.Install.InstallException
/dports/www/mediawiki135/mediawiki-1.35.5/includes/installer/
H A DCliInstaller.php24 use MediaWiki\Installer\InstallException; alias
55 * @throws InstallException
112 throw new InstallException( Status::newFatal( 'config-admin-name-invalid' ) );
121 throw new InstallException( Status::newFatal(
133 throw new InstallException( $status );
139 throw new InstallException( $status );
148 throw new InstallException( $status );
154 throw new InstallException( $status );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/installer/
H A DCliInstaller.php24 use MediaWiki\Installer\InstallException; alias
55 * @throws InstallException
112 throw new InstallException( Status::newFatal( 'config-admin-name-invalid' ) );
121 throw new InstallException( Status::newFatal(
133 throw new InstallException( $status );
139 throw new InstallException( $status );
148 throw new InstallException( $status );
154 throw new InstallException( $status );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/installer/
H A DCliInstaller.php24 use MediaWiki\Installer\InstallException; alias
55 * @throws InstallException
112 throw new InstallException( Status::newFatal( 'config-admin-name-invalid' ) );
121 throw new InstallException( Status::newFatal(
133 throw new InstallException( $status );
139 throw new InstallException( $status );
148 throw new InstallException( $status );
154 throw new InstallException( $status );
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DInstallException.java20 public class InstallException extends Exception { class
26 public InstallException() { in InstallException() method in InstallException
35 public InstallException(String s) { in InstallException() method in InstallException
H A DEvaluationContext.java134 } catch (InstallException e) { in complete()
227 private void deployCodeSnippetClassIfNeeded(IRequestor requestor) throws InstallException { in deployCodeSnippetClassIfNeeded()
244 throw new InstallException(); in deployCodeSnippetClassIfNeeded()
262 IProblemFactory problemFactory) throws InstallException { in evaluate()
316 throw new InstallException(); in evaluate()
333 …ing> options, final IRequestor requestor, IProblemFactory problemFactory) throws InstallException { in evaluate()
396 …g, String> options, IRequestor requestor, IProblemFactory problemFactory) throws InstallException { in evaluateVariable()
403 …g, String> options, IRequestor requestor, IProblemFactory problemFactory) throws InstallException { in evaluateVariables()
428 throw new InstallException(); in evaluateVariables()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Setup/Mono.Addins.Setup/
H A DInstallException.cs36 public class InstallException: Exception class
44 public InstallException (string msg): base (msg) in InstallException() method in Mono.Addins.Setup.InstallException
57 public InstallException (string msg, Exception ex): base (msg, ex) in InstallException() method in Mono.Addins.Setup.InstallException
H A DConsoleAddinInstaller.cs97 …throw new InstallException ("Add-in '" + idNotFound + "' not found in the registered add-in reposi… in IAddinInstaller.InstallAddins()
102 …throw new InstallException ("Add-in '" + idNotFound + "' not found in the registered add-in reposi… in IAddinInstaller.InstallAddins()
117 throw new InstallException ("Installation cancelled"); in IAddinInstaller.InstallAddins()
H A DAddinPackage.cs100 throw new InstallException ("Addin configuration file not found in package."); in ReadAddinInfo()
125 …throw new InstallException ("The addin " + info.Name + " v" + info.Version + " is scheduled for un… in PrepareInstall()
127 …throw new InstallException ("The addin " + info.Name + " v" + info.Version + " is already installe… in PrepareInstall()
167 throw new InstallException ("Add-in information file not found in package."); in PrepareInstall()
225 throw new InstallException (string.Format ("The add-in '{0}' is not installed.", info.Name)); in PrepareUninstall()
248 throw new InstallException (AddinStore.GetUninstallErrorNoRoot (info)); in PrepareUninstall()
252 throw new InstallException (AddinStore.GetUninstallErrorNoRoot (info)); in PrepareUninstall()
H A DSetupTool.cs150 } catch (InstallException ex) { in Run()
229 throw new InstallException ("Not all dependencies could be resolved."); in Install()
263 throw new InstallException ("The add-in id is required."); in Uninstall()
265 throw new InstallException ("Only one add-in id can be provided."); in Uninstall()
407 throw new InstallException ("Invalid repository number."); in GetRepositoryUrl()
411 throw new InstallException ("Repository not registered."); in GetRepositoryUrl()
466 throw new InstallException ("A directory name is required."); in BuildRepository()
473 throw new InstallException ("A file name is required."); in BuildPackage()
481 throw new InstallException ("An add-in id is required."); in PrintLibraries()
525 throw new InstallException ("A file name is required."); in DumpRegistryFile()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/eval/
H A DSimpleCodeSnippetTest.java18 import org.eclipse.jdt.internal.eval.InstallException;
29 throws TargetException, InstallException { in main()
36 throws TargetException, InstallException { in runCodeSnippet()
H A DSimpleVariableTest.java19 import org.eclipse.jdt.internal.eval.InstallException;
22 void evaluateVariable() throws TargetException, InstallException { in evaluateVariable()
36 public static void main(String[] args) throws TargetException, InstallException { in main()
H A DEvaluationTest.java201 } catch (InstallException e) { in evaluateWithExpectedDisplayString()
230 } catch (InstallException e) { in evaluateWithExpectedDisplayString()
266 } catch (InstallException e) { in evaluateWithExpectedImportProblem()
290 } catch (InstallException e) { in evaluateWithExpectedProblem()
314 } catch (InstallException e) { in evaluateWithExpectedProblem()
338 } catch (InstallException e) { in evaluateWithExpectedProblem()
362 } catch (InstallException e) { in evaluateWithExpectedType()
389 } catch (InstallException e) { in evaluateWithExpectedValue()
412 } catch (InstallException e) { in evaluateWithExpectedValue()
456 } catch (InstallException e) { in evaluateWithExpectedWarningAndDisplayString()
[all …]
H A DSanityTestEvaluationContext.java21 import org.eclipse.jdt.internal.eval.InstallException;
84 } catch (InstallException e) { in testEvaluate()
133 } catch (InstallException e) { in testEvaluateVariable()
141 } catch (InstallException e) { in testEvaluateVariable()
169 } catch (InstallException e) { in testEvaluateVariables()
H A DSanityTestEvaluationResult.java21 import org.eclipse.jdt.internal.eval.InstallException;
50 } catch (InstallException e) { in setUp()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Gui/Mono.Addins.Gui/
H A DAddinInstaller.cs16 throw new InstallException (Catalog.GetString ("Installation cancelled")); in InstallAddins()
18 throw new InstallException (dlg.ErrMessage); in InstallAddins()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.GuiGtk3/Mono.Addins.Gui/
H A DAddinInstaller.cs43 throw new InstallException (Catalog.GetString ("Installation cancelled")); in InstallAddins()
45 throw new InstallException (dlg.ErrMessage); in InstallAddins()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Configuration.Install.cs123 public partial class InstallException : System.SystemException class
125 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
126 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
127 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
128 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Configuration.Install.cs123 public partial class InstallException : System.SystemException class
125 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
126 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
127 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
128 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Configuration.Install.cs155 public partial class InstallException : System.SystemException class
157 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
158 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
159 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
160 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Configuration.Install.cs154 public partial class InstallException : System.SystemException class
156 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
157 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
158 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
159 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Configuration.Install.cs154 public partial class InstallException : System.SystemException class
156 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
157 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
158 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
159 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Configuration.Install.cs154 public partial class InstallException : System.SystemException class
156 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
157 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
158 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
159 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Configuration.Install.cs153 public partial class InstallException : System.SystemException class
155 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
156 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
157 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
158 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Configuration.Install.cs153 public partial class InstallException : System.SystemException class
155 public InstallException() { } in InstallException() method in System.Configuration.Install.InstallException
156 …protected InstallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in InstallException() method in System.Configuration.Install.InstallException
157 public InstallException(string message) { } in InstallException() method in System.Configuration.Install.InstallException
158 public InstallException(string message, System.Exception innerException) { } in InstallException() method in System.Configuration.Install.InstallException

123