Class StandardError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgumentError, EncodingError, FiberError, IndexError, IOError, LocalJumpError, NameError, NoMatchingPatternError, NoMatchingPatternKeyError, RangeError, RegexpError, RuntimeError, SystemCallError, ThreadError, TypeError, ZeroDivisionError

public class StandardError extends Exception
Represents a RubyStandardError as a throwable Java exception.
See Also: