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, toString
public CapabilityNotSupportedException(String message)
Copyright © 2021. All rights reserved.