|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.exceptions.JumpException
org.jruby.exceptions.RaiseException
org.jruby.exceptions.IOError
Constructor Summary | |
IOError(Ruby ruby,
java.lang.String msg)
Constructs an RubyTypeException with the specified detail message. |
Method Summary | |
static java.lang.RuntimeException |
fromException(Ruby ruby,
java.io.IOException exception)
|
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 |
public IOError(Ruby ruby, java.lang.String msg)
RubyTypeException
with the specified detail message.
msg
- the detail message.Method Detail |
public static java.lang.RuntimeException fromException(Ruby ruby, java.io.IOException exception)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |