UserException Class

Exception related to user error.

Construct a new UserException.

Inheritance
UserException

Constructor

UserException(exception_message='', target=None, **kwargs)

Parameters

exception_message
Required

Details on the exception.

target
default value: None

The name of the element that caused the exception to be thrown.

exception_message
Required

Details on the exception.

target
Required

The name of the element that caused the exception to be thrown.