org.jruby.exceptions
Class ErrnoError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jruby.exceptions.JumpException
                  extended byorg.jruby.exceptions.RaiseException
                      extended byorg.jruby.exceptions.ErrnoError
All Implemented Interfaces:
java.io.Serializable

public class ErrnoError
extends RaiseException

Author:
enebo To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Constructor Summary
ErrnoError(Ruby runtime, RubyClass errnoClass, java.lang.String message)
           
 
Method Summary
static ErrnoError getErrnoError(Ruby runtime, java.lang.String errno, java.lang.String message)
           
 
Methods inherited from class org.jruby.exceptions.RaiseException
createBacktrace, fillInStackTrace, getException, setException
 
Methods inherited from class org.jruby.exceptions.JumpException
originalFillInStackTrace
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrnoError

public ErrnoError(Ruby runtime,
                  RubyClass errnoClass,
                  java.lang.String message)
Method Detail

getErrnoError

public static ErrnoError getErrnoError(Ruby runtime,
                                       java.lang.String errno,
                                       java.lang.String message)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.