Uses of Class
org.jruby.exceptions.RaiseException

Packages that use RaiseException
org.jruby   
org.jruby.exceptions   
org.jruby.internal.runtime.methods   
org.jruby.java   
org.jruby.javasupport   
org.jruby.javasupport.util   
org.jruby.runtime.load   
 

Uses of RaiseException in org.jruby
 

Methods in org.jruby that return RaiseException
 RaiseException Ruby.newArgumentError(int got, int expected)
           
 RaiseException Ruby.newArgumentError(java.lang.String message)
           
 RaiseException Ruby.newConcurrencyError(java.lang.String message)
           
 RaiseException Ruby.newEOFError()
           
 RaiseException Ruby.newEOFError(java.lang.String message)
           
 RaiseException Ruby.newErrnoEACCESError(java.lang.String message)
           
 RaiseException Ruby.newErrnoEADDRINUSEError()
           
 RaiseException Ruby.newErrnoEAGAINError(java.lang.String message)
           
 RaiseException Ruby.newErrnoEBADFError()
           
 RaiseException Ruby.newErrnoEBADFError(java.lang.String message)
           
 RaiseException Ruby.newErrnoECHILDError()
           
 RaiseException Ruby.newErrnoECONNREFUSEDError()
           
 RaiseException Ruby.newErrnoECONNRESETError()
           
 RaiseException Ruby.newErrnoEDOMError(java.lang.String message)
           
 RaiseException Ruby.newErrnoEEXISTError(java.lang.String message)
           
 RaiseException Ruby.newErrnoEINVALError()
           
 RaiseException Ruby.newErrnoEINVALError(java.lang.String message)
           
 RaiseException Ruby.newErrnoEISDirError()
           
 RaiseException Ruby.newErrnoENOENTError()
           
 RaiseException Ruby.newErrnoENOENTError(java.lang.String message)
           
 RaiseException Ruby.newErrnoENOPROTOOPTError()
           
 RaiseException Ruby.newErrnoENOTDIRError(java.lang.String message)
           
 RaiseException Ruby.newErrnoENOTSOCKError(java.lang.String message)
           
 RaiseException Ruby.newErrnoEPIPEError()
           
 RaiseException Ruby.newErrnoESPIPEError()
           
 RaiseException Ruby.newErrnoESPIPEError(java.lang.String message)
           
 RaiseException Ruby.newFloatDomainError(java.lang.String message)
           
 RaiseException Ruby.newFrozenError(java.lang.String objectType)
           
 RaiseException Ruby.newIndexError(java.lang.String message)
           
 RaiseException Ruby.newInvalidEncoding(java.lang.String message)
           
 RaiseException Ruby.newIOError(java.lang.String message)
           
 RaiseException Ruby.newIOErrorFromException(java.io.IOException ioe)
           
 RaiseException Ruby.newLoadError(java.lang.String message)
           
 RaiseException Ruby.newLocalJumpError(RubyLocalJumpError.Reason reason, IRubyObject exitValue, java.lang.String message)
           
 RaiseException Ruby.newLocalJumpErrorNoBlock()
           
 RaiseException Ruby.newNameError(java.lang.String message, java.lang.String name)
           
 RaiseException Ruby.newNameError(java.lang.String message, java.lang.String name, java.lang.Throwable origException)
           
 RaiseException Ruby.newNameError(java.lang.String message, java.lang.String name, java.lang.Throwable origException, boolean printWhenVerbose)
           
 RaiseException Ruby.newNoMethodError(java.lang.String message, java.lang.String name, IRubyObject args)
           
 RaiseException Ruby.newNotImplementedError(java.lang.String message)
           
 RaiseException Ruby.newRangeError(java.lang.String message)
           
 RaiseException Ruby.newRedoLocalJumpError()
           
 RaiseException Ruby.newRegexpError(java.lang.String message)
           
 RaiseException Ruby.newRuntimeError(java.lang.String message)
           
 RaiseException Ruby.newSecurityError(java.lang.String message)
           
 RaiseException Ruby.newStandardError(java.lang.String message)
           
 RaiseException Ruby.newSyntaxError(java.lang.String message)
           
 RaiseException Ruby.newSystemCallError(java.lang.String message)
           
 RaiseException Ruby.newSystemExit(int status)
           
 RaiseException Ruby.newSystemStackError(java.lang.String message)
           
 RaiseException Ruby.newThreadError(java.lang.String message)
           
 RaiseException Ruby.newTypeError(IRubyObject receivedObject, RubyClass expectedType)
           
 RaiseException Ruby.newTypeError(java.lang.String message)
           
 RaiseException Ruby.newZeroDivisionError()
           
 

Methods in org.jruby with parameters of type RaiseException
 void RubyThread.exceptionRaised(RaiseException exception)
           
 

Uses of RaiseException in org.jruby.exceptions
 

Methods in org.jruby.exceptions that return RaiseException
static RaiseException RaiseException.createNativeRaiseException(Ruby runtime, java.lang.Throwable cause)
           
 

Uses of RaiseException in org.jruby.internal.runtime.methods
 

Methods in org.jruby.internal.runtime.methods that throw RaiseException
protected  IRubyObject DynamicMethod.handleRedo(Ruby runtime)
           
 

Uses of RaiseException in org.jruby.java
 

Methods in org.jruby.java that return RaiseException
protected  RaiseException MiniJava.AbstractJavaWrapperMethod.error(java.lang.Exception e)
           
protected static RaiseException MiniJava.error(Ruby ruby, java.lang.Exception e, java.lang.String message)
           
protected  RaiseException MiniJava.AbstractJavaWrapperMethodZero.error(ThreadContext context, java.lang.Exception e)
           
 

Methods in org.jruby.java that throw RaiseException
protected  RaiseException MiniJava.AbstractJavaWrapperMethod.error(java.lang.Exception e)
           
protected static RaiseException MiniJava.error(Ruby ruby, java.lang.Exception e, java.lang.String message)
           
protected  RaiseException MiniJava.AbstractJavaWrapperMethodZero.error(ThreadContext context, java.lang.Exception e)
           
 

Uses of RaiseException in org.jruby.javasupport
 

Methods in org.jruby.javasupport that return RaiseException
static RaiseException JavaClass.undefinedFieldError(Ruby runtime, java.lang.String javaClassName, java.lang.String name)
           
 

Uses of RaiseException in org.jruby.javasupport.util
 

Methods in org.jruby.javasupport.util with parameters of type RaiseException
static java.lang.String RuntimeHelpers.getLocalJumpTypeOrRethrow(RaiseException re)
           
static IRubyObject RuntimeHelpers.unwrapLocalJumpErrorValue(RaiseException re)
           
static java.lang.Throwable RuntimeHelpers.unwrapRedoNextBreakOrJustLocalJump(RaiseException re, ThreadContext context)
          If it's Redo, Next, or Break, rethrow it as a normal exception for while to handle
 

Uses of RaiseException in org.jruby.runtime.load
 

Methods in org.jruby.runtime.load that throw RaiseException
 void LoadService.ScriptClassSearcher.trySearch(LoadService.SearchState state)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.