public class TestRaiseException extends TestRubyBase
Modifier and Type | Class and Description |
---|---|
static class |
TestRaiseException.ThrowFromJava |
runtime
Constructor and Description |
---|
TestRaiseException() |
Modifier and Type | Method and Description |
---|---|
protected void |
setUp() |
void |
testJavaExceptionTraceIncludesRubys() |
void |
testRubyExceptionTraceIncludesJavas() |
void |
testRubyExceptionWithoutCause() |
eval, tearDown
protected void setUp() throws java.lang.Exception
setUp
in class TestRubyBase
java.lang.Exception
public void testJavaExceptionTraceIncludesRubys() throws java.lang.Exception
java.lang.Exception
public void testRubyExceptionTraceIncludesJavas() throws java.lang.Exception
java.lang.Exception
public void testRubyExceptionWithoutCause() throws java.lang.Exception
java.lang.Exception
Copyright © 2002-2009 JRuby Team. All Rights Reserved.