org.jruby.exceptions
Class NotImplementedError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jruby.exceptions.JumpException
                  extended byorg.jruby.exceptions.RaiseException
                      extended byorg.jruby.exceptions.NotImplementedError
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedError
extends RaiseException

.Exception indicating an unimplemented feature in JRuby.

Version:
$Revision: 1.1 $
Author:
jvoegele
See Also:
Serialized Form

Constructor Summary
NotImplementedError(Ruby runtime)
           
NotImplementedError(Ruby runtime, java.lang.String 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

NotImplementedError

public NotImplementedError(Ruby runtime)

NotImplementedError

public NotImplementedError(Ruby runtime,
                           java.lang.String message)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.