compat.optparse.OptionValueError API [rev. 38799]

class OptionValueError(compat.optparse.OptParseError):

Raised if an invalid option value is encountered on the command line.

class attributes and properties:

args: <attribute 'args' of 'exceptions.BaseException' objects>
message: <member 'message' of 'exceptions.BaseException' objects>

methods:

def __init__(self, msg):

*no docstring available*

def __str__(self):

*no docstring available*