org.jikesrvm
Class UnimplementedError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
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
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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