Save This Page
Home » jruby-src-1.1.3 » org.jruby » [javadoc | source]
org.jruby
public class: RubySystemCallError [javadoc | source]
java.lang.Object
   org.jruby.RubyObject
      org.jruby.RubyException
         org.jruby.RubySystemCallError

All Implemented Interfaces:
    VALUE

Fields inherited from org.jruby.RubyException:
message,  TRACE_HEAD,  TRACE_TAIL,  TRACE_MAX
Constructor:
 protected RubySystemCallError(Ruby runtime,
    RubyClass rubyClass) 
 public RubySystemCallError(Ruby runtime,
    RubyClass rubyClass,
    String message,
    int errno) 
Method from org.jruby.RubySystemCallError Summary:
createSystemCallErrorClass,   errno,   initialize
Methods from org.jruby.RubyException:
backtrace,   createExceptionClass,   exception,   exception,   getBacktrace,   initialize,   inspect,   newException,   printBacktrace,   setBacktraceFrames,   set_backtrace,   to_s,   to_str
Methods from org.jruby.RubyObject:
callInit,   defineSingletonMethod,   funcall,   funcall,   funcall,   funcall3,   getClassVarSingleton,   getInstanceVar,   getInstanceVar,   getInstanceVariables,   getRuby,   getRubyClass,   getSingletonClass,   infectObject,   isFalse,   isFrozen,   isImmediate,   isInstanceVarDefined,   isNil,   isSpecialConst,   isTaint,   isTrue,   m_clone,   m_dup,   m_equal,   m_freeze,   m_frozen,   m_id,   m_inspect,   m_instance_of,   m_kind_of,   m_methods,   m_private_methods,   m_protected_methods,   m_singleton_methods,   m_taint,   m_tainted,   m_to_s,   m_type,   m_untaint,   setFrozen,   setImmediate,   setInstanceVar,   setInstanceVar,   setInstanceVariables,   setRuby,   setRubyClass,   setTaint,   setupClone,   setupObject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jruby.RubySystemCallError Detail:
 public static RubyClass createSystemCallErrorClass(Ruby runtime,
    RubyClass standardError) 
 public IRubyObject errno() 
 public IRubyObject initialize(IRubyObject[] args,
    Block block)