API Reference v10.1.0

BadDataExceptionclass

Module: zaber_motion.exceptions

Thrown when a parameter of a command is judged to be out of range by the receiving device.

To use this type, add from zaber_motion.exceptions import BadDataException to the top of your source code.

Parent Class

CommandFailedException

Index

pProperties
mMethods

Properties

p

details

readonlyinherited
bad_data_exception.details
CommandFailedExceptionData Additional data for BadDataException.
p

message

readonlyinherited
bad_data_exception.message
str Error message of the exception.

Methods

m

__repr__()

inherited
bad_data_exception.__repr__()
Returns a string that represents the exception.
Return Value
str A string that represents the exception.