Class Exception

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Fatal, NoMemoryError, ScriptError, SecurityError, SignalException, StandardError, SystemExit, SystemStackError

public class Exception extends RaiseException
Represents a Ruby Exception as a throwable Java exception.
See Also: