StopIteration — members
1+
C
new(message, exception)
from Throwable
C
add_suppressed(arg0)
M
localized_message()
String
C
print_stack_trace()
C
print_stack_trace(arg0)
C
print_stack_trace(arg0)
M
stack_trace()
StackTraceElement[]
C
stack_trace=(arg0)
M
suppressed()
Throwable[]
M
to_string()
String
from RaiseException
M
cause()
Throwable
M
exception()
RubyException
M
fill_in_stack_trace()
Throwable
M
message()
String
from Exception
M
init_cause(cause)
Throwable
from JumpException
F
SPECIAL_JUMP
SpecialJump
org.jruby.exceptions.StopIteration
Represents a Ruby StopIteration as a throwable Java exception.
Constructors
new
new
(
String message,
RubyStopIteration exception
)
Java: <init>(String message, org.jruby.RubyStopIteration exception)
Inherited
from Throwable
add_suppressed
add_suppressed
(
Throwable arg0
)
Java: addSuppressed(Throwable arg0)
localized_message
String
localized_message
(
)
Java: getLocalizedMessage() · also: get_localized_message
print_stack_trace
print_stack_trace
(
)
Java: printStackTrace()
print_stack_trace
print_stack_trace
(
PrintStream arg0
)
Java: printStackTrace(java.io.PrintStream arg0)
print_stack_trace
print_stack_trace
(
PrintWriter arg0
)
Java: printStackTrace(java.io.PrintWriter arg0)
stack_trace
StackTraceElement[]
stack_trace
(
)
Java: getStackTrace() · also: get_stack_trace
stack_trace=
stack_trace=
(
StackTraceElement[] arg0
)
Java: setStackTrace(StackTraceElement[] arg0) · also: set_stack_trace
suppressed
Throwable[]
suppressed
(
)
Java: getSuppressed() · also: get_suppressed
to_string
String
to_string
(
)
Java: toString()
cause
Throwable
cause
(
)
Java: getCause() · also: get_cause
exception
RubyException
exception
(
)
Java: getException() · also: get_exception
Gets the exception
Returns: Returns a RubyException
fill_in_stack_trace
Throwable
fill_in_stack_trace
(
)
Java: fillInStackTrace()
message
String
message
(
)
Java: getMessage() · also: get_message
init_cause
Throwable
init_cause
(
Throwable cause
)
Java: initCause(Throwable cause)