Home
last modified time | relevance | path

Searched refs:getException (Results 1 – 25 of 2944) sorted by relevance

12345678910>>...118

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/
H A DSecureAction.java123 throw (RuntimeException) e.getException();
148 throw (RuntimeException) e.getException();
188 throw (IOException) e.getException();
189 throw (RuntimeException) e.getException();
228 throw (IOException) e.getException();
229 throw (RuntimeException) e.getException();
332 throw (IOException) e.getException();
368 throw (RuntimeException) e.getException();
436 throw (RuntimeException) e.getException();
463 throw (RuntimeException) e.getException();
[all …]
/dports/devel/p5-ResourcePool/ResourcePool-1.0107/t/
H A D31CommandException.t16 ok ($ex->getException() eq 'hirsch');
24 ok ($ex2->getException() == $ex);
33 ok (! defined ($rep->getException()));
38 ok ($rep->getException() eq 'hirsch');
45 ok ($rep->getException() eq 'hirsch');
78 ok (! defined ($rep->getException()));
83 ok ($rep->getException() == $nfe);
90 ok ($rep->getException() == $nfe);
97 ok ($rep->getException() == $nfe);
104 ok ($rep->getException() eq $nfe);
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/apps/
H A DFOPException.java148 Throwable result = getException(); in getRootException()
151 result = ((SAXException)result).getException(); in getRootException()
157 if (result != getException()) { in getRootException()
169 if (getException() != null) { in printStackTrace()
171 getException().printStackTrace(); in printStackTrace()
187 if (getException() != null) { in printStackTrace()
189 getException().printStackTrace(stream); in printStackTrace()
205 if (getException() != null) { in printStackTrace()
207 getException().printStackTrace(writer); in printStackTrace()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaModelException.java92 public Throwable getException() { in getException() method in JavaModelException
94 return getStatus().getException(); in getException()
143 Throwable throwable = getException(); in printStackTrace()
161 Throwable throwable = getException(); in printStackTrace()
176 if (getException() != null) { in toString()
177 if (getException() instanceof CoreException) { in toString()
178 CoreException c= (CoreException)getException(); in toString()
184 buffer.append(getException().toString()); in toString()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/EventListener/
H A DAccessDeniedListenerTest.php89 $this->assertInstanceOf($exceptionClass, $event->getException());
106 $this->assertSame($exception, $event->getException());
151 …->assertInstanceOf('Symfony\Component\HttpKernel\Exception\HttpException', $event->getException());
152 $this->assertEquals(401, $event->getException()->getStatusCode());
153 $this->assertEquals('You are not authenticated', $event->getException()->getMessage());
154 $this->assertArrayNotHasKey('WWW-Authenticate', $event->getException()->getHeaders());
171 …anceOf('Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException', $event->getException());
172 $this->assertEquals(401, $event->getException()->getStatusCode());
173 $this->assertEquals('You are not authenticated', $event->getException()->getMessage());
174 $headers = $event->getException()->getHeaders();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/
H A DTestResultFilter.java40 if (toAccept.getException() != null) { in TestResultFilter()
42 expectedException = toAccept.getException().toString(); in TestResultFilter()
61 if (actual.getException() != null) { in assertResult()
62 throw actual.getException(); in assertResult()
67 if (actual.getException() == null) { in assertResult()
71 …Assert.assertEquals("Test threw wrong type of exception", actual.getException().toString(), expect… in assertResult()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DJavaModelException.java83 public Throwable getException() { in getException() method in JavaModelException
85 return getStatus().getException(); in getException()
132 if (getException() != null) { in toString()
133 if (getException() instanceof CoreException) { in toString()
134 CoreException c = (CoreException) getException(); in toString()
140 buffer.append(getException().toString()); in toString()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/types/
H A DClobDataID.java66 throw resultIn.getException();
82 throw resultIn.getException();
104 throw resultIn.getException();
119 throw resultIn.getException();
133 throw resultIn.getException();
156 throw resultIn.getException();
186 throw resultIn.getException();
200 throw resultIn.getException();
214 throw resultIn.getException();
227 throw resultIn.getException(); in getDefaultWebPage()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java64 if( e.getException() instanceof SAXException ) in toSAXException()
65 return (SAXException)e.getException(); in toSAXException()
66 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
70 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
71 return (SAXParseException)e.getException(); in toSAXParseException()
75 e.getException() ); in toSAXParseException()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java63 if( e.getException() instanceof SAXException ) in toSAXException()
64 return (SAXException)e.getException(); in toSAXException()
65 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
69 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
70 return (SAXParseException)e.getException(); in toSAXParseException()
74 e.getException() ); in toSAXParseException()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java63 if( e.getException() instanceof SAXException ) in toSAXException()
64 return (SAXException)e.getException(); in toSAXException()
65 return new SAXException(e.getMessage(),e.getException()); in toSAXException()
69 if( e.getException() instanceof SAXParseException ) in toSAXParseException()
70 return (SAXParseException)e.getException(); in toSAXParseException()
74 e.getException() ); in toSAXParseException()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_out/
H A DTestMultiple.java14 Exception getException() { in getException() method in TestMultiple
20 tm.getException().printStackTrace(); in main()
24 getException().printStackTrace(); in user()
25 getException().printStackTrace(); in user()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/loader/
H A DIntroContentParser.java105 if (spe.getException() != null) in parse()
106 x = spe.getException(); in parse()
111 if (sxe.getException() != null) in parse()
112 x = sxe.getException(); in parse()
180 if (tce.getException() != null) in convertToString()
181 x = tce.getException(); in convertToString()
189 if (te.getException() != null) in convertToString()
190 x = te.getException(); in convertToString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/Policy/ExtensiblePolicy/
H A DExtensiblePolicyTest.java48 boolean getException = false; in main()
54 getException = true; in main()
58 if (expectException ^ getException) { in main()
60 + expectException + " getException = " + getException in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/security/Policy/ExtensiblePolicy/
H A DExtensiblePolicyTest.java48 boolean getException = false; in main()
54 getException = true; in main()
58 if (expectException ^ getException) { in main()
60 + expectException + " getException = " + getException in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/Policy/ExtensiblePolicy/
H A DExtensiblePolicyTest.java48 boolean getException = false; in main()
54 getException = true; in main()
58 if (expectException ^ getException) { in main()
60 + expectException + " getException = " + getException in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/security/Policy/ExtensiblePolicy/
H A DExtensiblePolicyTest.java48 boolean getException = false; in main()
54 getException = true; in main()
58 if (expectException ^ getException) { in main()
60 + expectException + " getException = " + getException in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/security/Policy/ExtensiblePolicy/
H A DExtensiblePolicyTest.java48 boolean getException = false; in main()
54 getException = true; in main()
58 if (expectException ^ getException) { in main()
60 + expectException + " getException = " + getException in main()

12345678910>>...118