API Reference v10.1.0

BadDataExceptionclass

Module: ZaberMotionExceptions

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

To use this type, add import ZaberMotionExceptions to the top of your source code.

Parent Class

CommandFailedException

Index

pProperties
mMethods

Properties

p

details

readonlyinherited
badDataException.details
CommandFailedExceptionData Additional data for BadDataException.
p

message

readonlyinherited
badDataException.message
String Error message of the exception.

Methods

m

toString()

inherited
badDataException.toString()
Returns a string that represents the exception.
Return Value
String A string that represents the exception.