Home
last modified time | relevance | path

Searched refs:getExceptionName (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DExceptionCodes.py43 exception_type = expression.getExceptionName()
180 exception_type = expression.getExceptionName()
207 if expression.getExceptionName() == "ImportError" and python_version >= 0x300:
/dports/devel/open-beagle/beagle-3.0.3/beagle/src/
H A DValidationException.cpp54 const char* ValidationException::getExceptionName() const throw() in getExceptionName() function in ValidationException
H A DBadCastException.cpp58 const char* BadCastException::getExceptionName() const throw() in getExceptionName() function in BadCastException
H A DInternalException.cpp58 const char* InternalException::getExceptionName() const throw() in getExceptionName() function in InternalException
H A DRunTimeException.cpp58 const char* RunTimeException::getExceptionName() const throw() in getExceptionName() function in RunTimeException
H A DAssertException.cpp58 const char* AssertException::getExceptionName() const throw() in getExceptionName() function in AssertException
/dports/devel/open-beagle/beagle-3.0.3/beagle/GP/src/
H A DExecutionException.cpp54 const char* GP::ExecutionException::getExceptionName() const throw() in getExceptionName() function in GP::ExecutionException
H A DResourcesExceededExecutionException.cpp55 const char* GP::ResourcesExceededExecutionException::getExceptionName() const throw() in getExceptionName() function in GP::ResourcesExceededExecutionException
H A DMaxNodesExecutionException.cpp60 const char* GP::MaxNodesExecutionException::getExceptionName() const throw() in getExceptionName() function in GP::MaxNodesExecutionException
H A DMaxTimeExecutionException.cpp60 const char* GP::MaxTimeExecutionException::getExceptionName() const throw() in getExceptionName() function in GP::MaxTimeExecutionException
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DThrowsTree.java46 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/doctree/
H A DThrowsTree.java43 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/doctree/
H A DThrowsTree.java43 ReferenceTree getExceptionName(); in getExceptionName() method
/dports/devel/open-beagle/beagle-3.0.3/beagle/GP/include/beagle/GP/
H A DResourcesExceededExecutionException.hpp78 virtual const char* getExceptionName() const throw();
H A DExecutionException.hpp76 virtual const char* getExceptionName() const throw();
H A DMaxTimeExecutionException.hpp81 virtual const char* getExceptionName() const throw();
H A DMaxNodesExecutionException.hpp81 virtual const char* getExceptionName() const throw();
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DBuiltinRefNodes.py222 getExceptionName = ExpressionBuiltinRefBase.getBuiltinName variable in ExpressionBuiltinExceptionRef
240 exception_name = self.getExceptionName()

1234567