Home
last modified time | relevance | path

Searched defs:IndexException (Results 1 – 10 of 10) sorted by relevance

/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/cpe/
H A DIndexException.java28 public class IndexException extends Exception { class
38 public IndexException() { in IndexException() method in IndexException
47 public IndexException(String msg) { in IndexException() method in IndexException
56 public IndexException(Throwable ex) { in IndexException() method in IndexException
66 public IndexException(String msg, Throwable ex) { in IndexException() method in IndexException
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DIndexException.java25 public class IndexException extends RuntimeException { class
31 public IndexException(IStatus status) { in IndexException() method in IndexException
35 public IndexException(String message) { in IndexException() method in IndexException
/dports/math/optpp/optpp-2.4/newmat11/
H A Dnewmatex.C223 IndexException::IndexException(int i, const GeneralMatrix& A) in IndexException() function
233 IndexException::IndexException(int i, int j, const GeneralMatrix& A) in IndexException() function
245 IndexException::IndexException(int i, const GeneralMatrix& A, bool) in IndexException() function
256 IndexException::IndexException(int i, int j, const GeneralMatrix& A, bool) in IndexException() function
/dports/math/newmat/newmat-1.1_1/
H A Dnewmatex.cpp225 IndexException::IndexException(int i, const GeneralMatrix& A) in IndexException() function in NEWMAT::IndexException
235 IndexException::IndexException(int i, int j, const GeneralMatrix& A) in IndexException() function in NEWMAT::IndexException
247 IndexException::IndexException(int i, const GeneralMatrix& A, bool) in IndexException() function in NEWMAT::IndexException
258 IndexException::IndexException(int i, int j, const GeneralMatrix& A, bool) in IndexException() function in NEWMAT::IndexException
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dnewmatex.cpp216 IndexException::IndexException(int i, const GeneralMatrix& A) in IndexException() function in NEWMAT::IndexException
226 IndexException::IndexException(int i, int j, const GeneralMatrix& A) in IndexException() function in NEWMAT::IndexException
238 IndexException::IndexException(int i, const GeneralMatrix& A, bool) in IndexException() function in NEWMAT::IndexException
249 IndexException::IndexException(int i, int j, const GeneralMatrix& A, bool) in IndexException() function in NEWMAT::IndexException
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Dgambit.h65 IndexException(void) : Exception("Index out of range") { } in IndexException() function
66 IndexException(const std::string &s) : Exception(s) { } in IndexException() function
/dports/science/py-rmf/rmf-1.3.1/src/
H A Dexceptions.cpp103 IndexException::IndexException() : Exception() {} in IndexException() function in RMF::IndexException
/dports/science/rmf/rmf-1.3.1/src/
H A Dexceptions.cpp103 IndexException::IndexException() : Exception() {} in IndexException() function in RMF::IndexException
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tensor/
H A Dindexed.py109 class IndexException(Exception): class
/dports/math/py-sympy/sympy-1.9/sympy/tensor/
H A Dindexed.py119 class IndexException(Exception): class