Home
last modified time | relevance | path

Searched refs:ExceptionCollection (Results 1 – 25 of 58) sorted by relevance

123

/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/
H A DExceptionCollection.java32 public class ExceptionCollection extends Exception { class
52 public ExceptionCollection(List<Throwable> exceptions) { in ExceptionCollection() method in ExceptionCollection
63 public ExceptionCollection(String msg, List<Throwable> exceptions) { in ExceptionCollection() method in ExceptionCollection
75 public ExceptionCollection(List<Throwable> exceptions, boolean fatal) { in ExceptionCollection() method in ExceptionCollection
89 public ExceptionCollection(String msg, List<Throwable> exceptions, boolean fatal) { in ExceptionCollection() method in ExceptionCollection
102 public ExceptionCollection(Throwable exceptions, boolean fatal) { in ExceptionCollection() method in ExceptionCollection
115 public ExceptionCollection(String msg, Throwable exception) { in ExceptionCollection() method in ExceptionCollection
125 public ExceptionCollection() { in ExceptionCollection() method in ExceptionCollection
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/
H A DEngineIT.java27 import org.owasp.dependencycheck.exception.ExceptionCollection;
49 …ows IOException, InvalidSettingException, DatabaseException, ReportException, ExceptionCollection { in testEngine()
57 } catch (ExceptionCollection ex) { in testEngine()
H A DEngineTest.java27 import org.owasp.dependencycheck.exception.ExceptionCollection;
73 @Test(expected = ExceptionCollection.class)
74 … void exceptionDuringAnalysisTaskExecutionIsFatal() throws DatabaseException, ExceptionCollection { in exceptionDuringAnalysisTaskExecutionIsFatal()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/
H A DExceptionCollection.php8 class ExceptionCollection extends \Exception implements GuzzleException, \IteratorAggregate, \Count… class
42 * @param ExceptionCollection|\Exception $e Exception to add
44 * @return ExceptionCollection;
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/
H A DBaseDependencyCheckMojo.java61 import org.owasp.dependencycheck.exception.ExceptionCollection;
723 return new ExceptionCollection(msg, ex); in scanArtifacts()
741 ExceptionCollection exCol = null; in collectDependencies()
772 exCol = new ExceptionCollection(); in collectDependencies()
823 exCol = new ExceptionCollection(); in collectDependencies()
828 exCol = new ExceptionCollection(); in collectDependencies()
845 exCol = new ExceptionCollection(); in collectDependencies()
915 ExceptionCollection exCol = scanDependencies(engine); in runCheck()
918 } catch (ExceptionCollection ex) { in runCheck()
973 …private ExceptionCollection handleAnalysisExceptions(ExceptionCollection currentEx, ExceptionColle… in handleAnalysisExceptions()
[all …]
H A DAggregateMojo.java33 import org.owasp.dependencycheck.exception.ExceptionCollection;
66 …protected ExceptionCollection scanDependencies(final Engine engine) throws MojoExecutionException { in scanDependencies()
67 ExceptionCollection exCol = scanArtifacts(getProject(), engine); in scanDependencies()
69 final ExceptionCollection ex = scanArtifacts(childProject, engine); in scanDependencies()
H A DCheckMojo.java28 import org.owasp.dependencycheck.exception.ExceptionCollection;
103 …protected ExceptionCollection scanDependencies(final Engine engine) throws MojoExecutionException { in scanDependencies()
H A DUpdateMojo.java29 import org.owasp.dependencycheck.exception.ExceptionCollection;
120 protected ExceptionCollection scanDependencies(Engine engine) throws MojoExecutionException { in scanDependencies()
H A DPurgeMojo.java29 import org.owasp.dependencycheck.exception.ExceptionCollection;
138 protected ExceptionCollection scanDependencies(Engine engine) throws MojoExecutionException { in scanDependencies()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DExceptionCollection.cs37 public sealed class ExceptionCollection : Exception class
42 public ExceptionCollection (ArrayList exceptions) in ExceptionCollection() method in System.ComponentModel.Design.ExceptionCollection
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/
H A DCurlMultiInterface.php6 use Guzzle\Common\Exception\ExceptionCollection; alias
55 * @throws ExceptionCollection if any requests threw exceptions during the transfer.
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/
H A DEngine.java32 import org.owasp.dependencycheck.exception.ExceptionCollection;
639 public void analyzeDependencies() throws ExceptionCollection { in analyzeDependencies()
693 …throw new ExceptionCollection("One or more exceptions occurred during dependency-check analysis", … in analyzeDependencies()
703 …ate void initializeAndUpdateDatabase(final List<Throwable> exceptions) throws ExceptionCollection { in initializeAndUpdateDatabase()
723 throw new ExceptionCollection("Unable to connect to the database", ex); in initializeAndUpdateDatabase()
728 …throw new ExceptionCollection(new NoDataException("Autoupdate is disabled and the database does no… in initializeAndUpdateDatabase()
733 …throw new ExceptionCollection(new DatabaseException("Autoupdate is disabled and unable to connect … in initializeAndUpdateDatabase()
748 …id executeAnalysisTasks(Analyzer analyzer, List<Throwable> exceptions) throws ExceptionCollection { in executeAnalysisTasks()
1081 …ction(String message, Throwable throwable, List<Throwable> exceptions) throws ExceptionCollection { in throwFatalExceptionCollection()
1085 throw new ExceptionCollection(message, exceptions, true); in throwFatalExceptionCollection()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/
H A DMultiTransferException.php5 use Guzzle\Common\Exception\ExceptionCollection; alias
11 class MultiTransferException extends ExceptionCollection
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/agent/
H A DDependencyCheckScanAgent.java30 import org.owasp.dependencycheck.exception.ExceptionCollection;
898 private Engine executeDependencyCheck() throws ExceptionCollection { in executeDependencyCheck()
904 throw new ExceptionCollection(ex, true); in executeDependencyCheck()
910 throw new ExceptionCollection("Unable to perform update", ex); in executeDependencyCheck()
1012 } catch (ExceptionCollection ex) { in execute()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/reporting/
H A DReportGeneratorIT.java34 import org.owasp.dependencycheck.exception.ExceptionCollection;
87 …} catch (DatabaseException | ExceptionCollection | ReportException | SAXException | IOException ex… in testGenerateReport()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-maven/src/test/java/org/owasp/dependencycheck/maven/
H A DBaseDependencyCheckMojoTest.java40 import org.owasp.dependencycheck.exception.ExceptionCollection;
137 … protected ExceptionCollection scanDependencies(Engine engine) throws MojoExecutionException { in scanDependencies()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/
H A DRubyBundleAuditAnalyzerIT.java37 import org.owasp.dependencycheck.exception.ExceptionCollection;
208 } catch (ExceptionCollection ex) { in testDependenciesPath()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-cli/src/main/java/org/owasp/dependencycheck/
H A DApp.java40 import org.owasp.dependencycheck.exception.ExceptionCollection;
198 } catch (ExceptionCollection ex) { in run()
242 ExceptionCollection, ReportException { in runScan()
251 ExceptionCollection exCol = null; in runScan()
254 } catch (ExceptionCollection ex) { in runScan()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/
H A DClient.php7 use Guzzle\Common\Exception\ExceptionCollection; alias
286 } catch (ExceptionCollection $e) {
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-ant/src/main/java/org/owasp/dependencycheck/taskdefs/
H A DCheck.java39 import org.owasp.dependencycheck.exception.ExceptionCollection;
1000 } catch (ExceptionCollection ex) { in execute()
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DExcHandling.st165 "Answer an ExceptionCollection containing all the exceptions in the
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/
H A DSystem.Design.dll.sources56 System.ComponentModel.Design/ExceptionCollection.cs
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/
H A DCHANGELOG.md48 * Adding more information to ExceptionCollection exceptions so that users have more context, includ…
157 * `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message
/dports/www/bolt/bolt-2.2.24/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md357 * Adding more information to ExceptionCollection exceptions so that users have more context, includ…
466 * `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/guzzlehttp/guzzle/
H A DCHANGELOG.md372 * Adding more information to ExceptionCollection exceptions so that users have more context, includ…
481 * `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message

123