Uses of Class
org.jruby.exceptions.StandardError

Packages that use StandardError
Package
Description
 
  • Uses of StandardError in org.jruby.exceptions

    Modifier and Type
    Class
    Description
    class 
    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 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 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 LocalJumpError as a throwable Java exception.
    class 
    Represents a Ruby NameError as a throwable Java exception.
    class 
    Represents a Ruby NoMethodError 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 
    Represents a Ruby StopIteration as a throwable Java exception.
    class 
    Represents a Ruby SystemCallError as a throwable Java exception.
    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.