Uses of Class
org.jruby.exceptions.RaiseException

Packages that use RaiseException
org.jruby   
org.jruby.exceptions   
org.jruby.ext.ffi   
org.jruby.internal.runtime.methods   
org.jruby.java   
org.jruby.javasupport   
org.jruby.javasupport.util   
org.jruby.runtime.callsite   
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.newEncodingCompatibilityError(java.lang.String message)
           
 RaiseException Ruby.newEncodingError(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.newErrnoEISDirError(java.lang.String message)
           
 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.newErrnoFromLastPOSIXErrno()
           
 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.newSystemStackError(java.lang.String message, java.lang.StackOverflowError soe)
           
 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)
          Method still in use by jruby-openssl <= 0.5.2
static RaiseException RaiseException.createNativeRaiseException(Ruby runtime, java.lang.Throwable cause, java.lang.reflect.Member target)
           
 

Uses of RaiseException in org.jruby.ext.ffi
 

Methods in org.jruby.ext.ffi that return RaiseException
protected  RaiseException InvalidMemoryIO.ex()
           
 

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 JavaMethod.newArgSizeMismatchError(Ruby runtime, int typeCount, int argCount)
           
static RaiseException JavaMethod.newMethodNotFoundError(Ruby runtime, java.lang.Class target, java.lang.String prettyName, java.lang.String simpleName)
           
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.callsite
 

Methods in org.jruby.runtime.callsite that return RaiseException
protected static RaiseException SuperCallSite.retryJumpError(ThreadContext context)
           
 

Uses of RaiseException in org.jruby.runtime.load
 

Methods in org.jruby.runtime.load that throw RaiseException
protected  void LoadService.checkEmptyLoad(java.lang.String file)
           
protected  void LoadService.reraiseRaiseExceptions(java.lang.Throwable e)
           
protected  LoadServiceResource LoadService.tryResourceAsIs(java.lang.String namePlusSuffix)
           
protected  LoadServiceResource LoadService.tryResourceFromCWD(LoadService.SearchState state, java.lang.String baseName, LoadService.SuffixType suffixType)
           
protected  LoadServiceResource LoadService.tryResourceFromLoadPath(java.lang.String namePlusSuffix, java.lang.String loadPathEntry)
           
 void LoadService.ScriptClassSearcher.trySearch(LoadService.SearchState state)
           
 



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