com.kuka.roboticsAPI.executionModel
Class ExternalStopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.roboticsAPI.executionModel.ExecutionException
com.kuka.roboticsAPI.executionModel.ExternalStopException
- All Implemented Interfaces:
- Serializable
public class ExternalStopException
- extends ExecutionException
This exception is thrown if command was stopped through an external stop.
- See Also:
- Serialized Form
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExternalStopException
public ExternalStopException(ICommandContainer container,
String message)
- Creates a new instance of ExternalStopException.
- Parameters:
container - container that was executed.message - error message- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.