Top Description Fields Constructors
org.python.base

public Class MissingFeature

extends InterpreterError
Class Inheritance

Thrown when we reach a combination of circumstances in the interpreter that may arise from legitimate use, but we aren't ready to implement it.

What does the reference implementation do at this point?

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
MissingFeature(String
a Java format string for the message
msg
,
Object...
to insert in the format string
args
)

Constructor specifying a message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides org.python.base.InterpreterError.serialVersionUID.

Constructor Detail

MissingFeatureback to summary
public MissingFeature(String msg, Object... args)

Constructor specifying a message.

Parameters
msg:String

a Java format string for the message

args:Object[]

to insert in the format string