public class CapabilityNotSupportedException extends RuntimeException
This exception is thrown when trying to use a capability which is not supported by the underlying robot/system.
UseCapabilityManager.hasCapability(Capability) to verify the presence of a given capability before using it.| Constructor and Description | 
|---|
CapabilityNotSupportedException(String message)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CapabilityNotSupportedException(String message)
Copyright © 2020. All rights reserved.