All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zaber.motion.exceptions.IoChannelOutOfRangeException Maven / Gradle / Ivy

Go to download

A library that aims to provide easy-to-use API for communication with Zaber devices using Zaber ASCII Protocol.

There is a newer version: 6.7.0
Show newest version
// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //
// ============== DO NOT EDIT DIRECTLY ============== //

package zaber.motion.exceptions;

/**
 * Thrown when a device IO operation cannot be performed because the provided channel is not valid.
 */
public class IoChannelOutOfRangeException extends MotionLibException {

    public IoChannelOutOfRangeException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy