org.jikesrvm
Class UnimplementedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.VirtualMachineError
              extended by org.jikesrvm.UnimplementedError
All Implemented Interfaces:
Serializable

public class UnimplementedError
extends VirtualMachineError

This error is thrown when the VM encounters an operation that is not yet implemented.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
UnimplementedError()
          Constructs a new instance of this class with its walkback filled in.
UnimplementedError(String detailMessage)
          Constructs a new instance of this class with its walkback and message filled in.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UnimplementedError

public UnimplementedError()
Constructs a new instance of this class with its walkback filled in.


UnimplementedError

public UnimplementedError(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.

Parameters:
detailMessage - message to fill in