public class InvalidDomainException extends RuntimeException
This exception is thrown if trying to apply an analog input/output configuration using Voltage to an IO configured to Current or vice versa. Any details are in the message.
SeeSetNode.setConfig(SetNodeConfig)
and WaitNode.setConfig(WaitNodeConfig)
}.Constructor and Description |
---|
InvalidDomainException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidDomainException(String message)
Copyright © 2021. All rights reserved.