public class RaiseException extends RuntimeException
ThrowException
and RaiseException
.Constructor and Description |
---|
RaiseException(RubyException rubyException) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
RubyException |
getRubyException() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RaiseException(RubyException rubyException)
public String getMessage()
getMessage
in class Throwable
public RubyException getRubyException()
Copyright © 2001-2015 JRuby. All Rights Reserved.