|
|||||||||||
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.FrozenError
Constructor Summary | |
FrozenError(Ruby runtime,
java.lang.String objectType)
Constructs a RubyFrozenException 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 FrozenError(Ruby runtime, java.lang.String objectType)
RubyFrozenException
with the specified detail message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |