org.jruby.util.unsafe
Class SunUnsafeWrapper

java.lang.Object
  extended by org.jruby.util.unsafe.SunUnsafeWrapper
All Implemented Interfaces:
Unsafe

public class SunUnsafeWrapper
extends java.lang.Object
implements Unsafe


Constructor Summary
SunUnsafeWrapper()
           
 
Method Summary
 void throwException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunUnsafeWrapper

public SunUnsafeWrapper()
Method Detail

throwException

public void throwException(java.lang.Throwable t)
Specified by:
throwException in interface Unsafe


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