|
|||||||||||
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.ArgumentError
Constructor Summary | |
ArgumentError(Ruby ruby,
int got,
int expected)
|
|
ArgumentError(Ruby ruby,
java.lang.String msg)
Constructs an RubyTypeException with the specified detail message. |
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 ArgumentError(Ruby ruby, java.lang.String msg)
RubyTypeException
with the specified detail message.
msg
- the detail message.public ArgumentError(Ruby ruby, int got, int expected)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |