Class RuntimeError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FrozenError

public class RuntimeError extends StandardError
Represents a Ruby RuntimeError as a throwable Java exception.
See Also: