Uses of Class
org.jruby.exceptions.Exception
Packages that use Exception
-
Uses of Exception in org.jruby
Modifier and TypeClassDescriptionstatic class
Represents a Ruby IO::TimeoutErrorError as a throwable Java exception. -
Uses of Exception in org.jruby.api
Methods in org.jruby.api that return ExceptionModifier and TypeMethodDescriptionstatic Exception
Error.toRubyException
(ThreadContext context, IOException ioe) -
Uses of Exception in org.jruby.exceptions
Subclasses of Exception in org.jruby.exceptionsModifier and TypeClassDescriptionclass
Represents a Ruby ArgumentError as a throwable Java exception.class
Represents a Ruby ConcurrencyError as a throwable Java exception.class
Represents a Ruby DomainError as a throwable Java exception.class
Represents a Ruby EncodingError as a throwable Java exception.static class
Represents a Ruby CompatibilityError as a throwable Java exception.static class
Represents a Ruby ConverterNotFoundError as a throwable Java exception.static class
Represents a Ruby InvalidByteSequenceError as a throwable Java exception.static class
Represents a Ruby UndefinedConversionError as a throwable Java exception.class
Represents a Ruby EOFError as a throwable Java exception.class
Represents a RubyFatal as a throwable Java exception.class
Represents a Ruby FiberError as a throwable Java exception.class
Represents a Ruby FloatDomainError as a throwable Java exception.class
Represents a Ruby FrozenError as a throwable Java exception.class
Represents a Ruby IndexError as a throwable Java exception.class
Represents a Ruby Interrupt as a throwable Java exception.class
Represents a Ruby InterruptedRegexpError as a throwable Java exception.class
Represents a Ruby IOError as a throwable Java exception.class
Represents a Ruby KeyError as a throwable Java exception.class
Represents a Ruby LoadError as a throwable Java exception.class
Represents a Ruby LocalJumpError as a throwable Java exception.class
Represents a Ruby NameError as a throwable Java exception.class
Represents a Ruby ArgumentError as a throwable Java exception.class
Represents a Ruby ArgumentError as a throwable Java exception.class
Represents a Ruby NoMemoryError as a throwable Java exception.class
Represents a Ruby NoMethodError as a throwable Java exception.class
Represents a Ruby NotImplementedError as a throwable Java exception.class
Represents a Ruby RangeError as a throwable Java exception.class
Represents a Ruby RegexpError as a throwable Java exception.class
Represents a Ruby RuntimeError as a throwable Java exception.class
class
Represents a Ruby SecurityError as a throwable Java exception.class
Represents a Ruby SignalException as a throwable Java exception.class
Represents a RubyStandardError as a throwable Java exception.class
Represents a Ruby StopIteration as a throwable Java exception.class
Represents a Ruby SyntaxError as a throwable Java exception.class
Represents a Ruby SystemCallError as a throwable Java exception.class
Represents a RubySystemExit as a throwable Java exception.class
class
Represents a Ruby ThreadError as a throwable Java exception.class
Represents a Ruby TypeError as a throwable Java exception.class
Represents a Ruby UncaughtThrowError as a throwable Java exception.class
Represents a Ruby ZeroDivisionError as a throwable Java exception.