Package | Description |
---|---|
org.jruby | |
org.jruby.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
RubyArgumentError
The Java representation of a Ruby ArgumentError.
|
class |
RubyConcurrencyError
The Java representation of a Ruby ConcurrencyError.
|
class |
RubyDomainError
/**
The Java representation of a Ruby DomainError.
|
class |
RubyEncodingError
The Java representation of a Ruby EncodingError.
|
static class |
RubyEncodingError.RubyCompatibilityError |
static class |
RubyEncodingError.RubyConverterNotFoundError |
static class |
RubyEncodingError.RubyInvalidByteSequenceError |
static class |
RubyEncodingError.RubyUndefinedConversionError |
class |
RubyEOFError
The Java representation of a Ruby EOFError.
|
class |
RubyFiberError
The Java representation of a Ruby FiberError.
|
class |
RubyFloatDomainError
The Java representation of a Ruby FloatDomainError.
|
class |
RubyFrozenError
The Java representation of a Ruby FrozenError.
|
class |
RubyIndexError
The Java representation of a Ruby IndexError.
|
class |
RubyInterruptedRegexpError
The Java representation of a Ruby InterruptedRegexpError.
|
class |
RubyIOError
The Java representation of a Ruby IOError.
|
class |
RubyKeyError |
class |
RubyLocalJumpError
The Java representation of a Ruby LocalJumpError.
|
class |
RubyNameError
The Java representation of a Ruby NameError.
|
class |
RubyNoMethodError
The Java representation of a Ruby NoMethodError.
|
class |
RubyRangeError
The Java representation of a Ruby RangeError.
|
class |
RubyRegexpError
The Java representation of a Ruby RegexpError.
|
class |
RubyRuntimeError
The Java representation of a Ruby RuntimeError.
|
class |
RubyStopIteration
/**
The Java representation of a Ruby StopIteration.
|
class |
RubySystemCallError
The Java representation of a Ruby SystemCallError.
|
class |
RubyThreadError
The Java representation of a Ruby ThreadError.
|
class |
RubyTypeError
The Java representation of a Ruby TypeError.
|
class |
RubyUncaughtThrowError
The Java representation of a Ruby UncaughtThrowError.
|
class |
RubyZeroDivisionError
The Java representation of a Ruby ZeroDivisionError.
|
Constructor and Description |
---|
StandardError(java.lang.String message,
RubyStandardError exception) |
Copyright © 2001-2019 JRuby. All Rights Reserved.