public class InvalidCapabilityRange extends IllegalArgumentException
This exception is thrown if an invalid value range or default value is specified when an attempt is made to register a gripper capability.
The exception will be thrown, if the minimum value is greater than the maximum value, or if a default value is outside the range defined by the minimum and maximum value.| Constructor and Description | 
|---|
InvalidCapabilityRange(String message)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCapabilityRange(String message)
Copyright © 2020. All rights reserved.