RaiseException |
Ruby.newArgumentError(int got,
int expected) |
RaiseException |
Ruby.newArgumentError(String message) |
RaiseException |
Ruby.newArgumentError(String name,
int got,
int expected) |
RaiseException |
Ruby.newConcurrencyError(String message) |
RaiseException |
Ruby.newConverterNotFoundError(String message) |
RaiseException |
Ruby.newEncodingCompatibilityError(String message) |
RaiseException |
Ruby.newEncodingError(String message) |
RaiseException |
Ruby.newEOFError() |
RaiseException |
Ruby.newEOFError(String message) |
RaiseException |
Ruby.newErrnoEACCESError(String message) |
RaiseException |
Ruby.newErrnoEADDRFromBindException(BindException be) |
RaiseException |
Ruby.newErrnoEADDRFromBindException(BindException be,
String contextMessage) |
RaiseException |
Ruby.newErrnoEADDRINUSEError() |
RaiseException |
Ruby.newErrnoEADDRINUSEError(String message) |
RaiseException |
Ruby.newErrnoEADDRNOTAVAILError(String message) |
RaiseException |
Ruby.newErrnoEAGAINError(String message) |
RaiseException |
Ruby.newErrnoEAGAINReadableError(String message) |
RaiseException |
Ruby.newErrnoEAGAINWritableError(String message) |
RaiseException |
Ruby.newErrnoEBADFError() |
RaiseException |
Ruby.newErrnoEBADFError(String message) |
RaiseException |
Ruby.newErrnoECHILDError() |
RaiseException |
Ruby.newErrnoECONNABORTEDError() |
RaiseException |
Ruby.newErrnoECONNREFUSEDError() |
RaiseException |
Ruby.newErrnoECONNRESETError() |
RaiseException |
Ruby.newErrnoEDESTADDRREQError(String func) |
RaiseException |
Ruby.newErrnoEDOMError(String message) |
RaiseException |
Ruby.newErrnoEEXISTError(String message) |
RaiseException |
Ruby.newErrnoEHOSTUNREACHError(String message) |
RaiseException |
Ruby.newErrnoEINPROGRESSError() |
RaiseException |
Ruby.newErrnoEINPROGRESSError(String message) |
RaiseException |
Ruby.newErrnoEINPROGRESSWritableError() |
RaiseException |
Ruby.newErrnoEINPROGRESSWritableError(String message) |
RaiseException |
Ruby.newErrnoEINTRError() |
RaiseException |
Ruby.newErrnoEINVALError() |
RaiseException |
Ruby.newErrnoEINVALError(String message) |
RaiseException |
Ruby.newErrnoEISCONNError() |
RaiseException |
Ruby.newErrnoEISCONNError(String message) |
RaiseException |
Ruby.newErrnoEISDirError() |
RaiseException |
Ruby.newErrnoEISDirError(String message) |
RaiseException |
Ruby.newErrnoELOOPError() |
RaiseException |
Ruby.newErrnoEMFILEError() |
RaiseException |
Ruby.newErrnoENFILEError() |
RaiseException |
Ruby.newErrnoENOENTError() |
RaiseException |
Ruby.newErrnoENOENTError(String message) |
RaiseException |
Ruby.newErrnoENOPROTOOPTError() |
RaiseException |
Ruby.newErrnoENOTCONNError() |
RaiseException |
Ruby.newErrnoENOTCONNError(String message) |
RaiseException |
Ruby.newErrnoENOTDIRError(String message) |
RaiseException |
Ruby.newErrnoENOTEMPTYError(String message) |
RaiseException |
Ruby.newErrnoENOTSOCKError(String message) |
RaiseException |
Ruby.newErrnoEPERMError(String name) |
RaiseException |
Ruby.newErrnoEPIPEError() |
RaiseException |
Ruby.newErrnoESPIPEError() |
RaiseException |
Ruby.newErrnoESPIPEError(String message) |
RaiseException |
Ruby.newErrnoESRCHError() |
RaiseException |
Ruby.newErrnoEWOULDBLOCKError() |
RaiseException |
Ruby.newErrnoFromErrno(jnr.constants.platform.Errno errno,
String message) |
RaiseException |
Ruby.newErrnoFromInt(int errno) |
RaiseException |
Ruby.newErrnoFromInt(int errno,
String message) |
RaiseException |
Ruby.newErrnoFromInt(int errno,
String methodName,
String message) |
RaiseException |
Ruby.newErrnoFromLastPOSIXErrno() |
RaiseException |
Ruby.newFiberError(String message) |
RaiseException |
Ruby.newFloatDomainError(String message) |
RaiseException |
Ruby.newFrozenError(String objectType) |
RaiseException |
Ruby.newFrozenError(String objectType,
boolean runtimeError) |
RaiseException |
Ruby.newIllegalSequence(String message) |
RaiseException |
Ruby.newIndexError(String message) |
RaiseException |
Ruby.newInterruptedRegexpError(String message) |
RaiseException |
Ruby.newInvalidByteSequenceError(String message) |
RaiseException |
Ruby.newInvalidEncoding(String message) |
RaiseException |
Ruby.newIOError(String message) |
RaiseException |
Ruby.newIOErrorFromException(IOException e)
Java does not give us enough information for specific error conditions
so we are reduced to divining them through string matches...
|
RaiseException |
Ruby.newKeyError(String message) |
RaiseException |
Ruby.newLightweightStopIterationError(String message)
Generate a StopIteration exception.
|
RaiseException |
Ruby.newLoadError(String message) |
RaiseException |
Ruby.newLoadError(String message,
String path) |
RaiseException |
Ruby.newLocalJumpError(RubyLocalJumpError.Reason reason,
IRubyObject exitValue,
String message) |
RaiseException |
Ruby.newLocalJumpErrorNoBlock() |
RaiseException |
Ruby.newMathDomainError(String message) |
RaiseException |
Ruby.newNameError(String message,
String name) |
RaiseException |
Ruby.newNameError(String message,
String name,
Throwable origException) |
RaiseException |
Ruby.newNameError(String message,
String name,
Throwable origException,
boolean printWhenVerbose) |
RaiseException |
Ruby.newNameErrorObject(String message,
IRubyObject name) |
RaiseException |
Ruby.newNoMethodError(String message,
String name,
IRubyObject args) |
RaiseException |
Ruby.newNotImplementedError(String message) |
RaiseException |
Ruby.newRaiseException(RubyClass exceptionClass,
String message) |
RaiseException |
Ruby.newRangeError(String message) |
RaiseException |
Ruby.newRedoLocalJumpError() |
RaiseException |
Ruby.newRegexpError(String message) |
RaiseException |
Ruby.newRuntimeError(String message) |
RaiseException |
Ruby.newSecurityError(String message) |
RaiseException |
Ruby.newStandardError(String message) |
RaiseException |
Ruby.newSyntaxError(String message) |
RaiseException |
Ruby.newSystemCallError(String message) |
RaiseException |
Ruby.newSystemExit(int status) |
RaiseException |
Ruby.newSystemExit(int status,
String message) |
RaiseException |
Ruby.newSystemStackError(String message) |
RaiseException |
Ruby.newSystemStackError(String message,
StackOverflowError soe) |
RaiseException |
Ruby.newThreadError(String message) |
RaiseException |
Ruby.newTypeError(IRubyObject receivedObject,
RubyClass expectedType) |
RaiseException |
Ruby.newTypeError(IRubyObject receivedObject,
RubyModule expectedType) |
RaiseException |
Ruby.newTypeError(IRubyObject receivedObject,
String expectedType) |
RaiseException |
Ruby.newTypeError(String message) |
RaiseException |
Ruby.newUndefinedConversionError(String message) |
RaiseException |
Ruby.newZeroDivisionError() |