com.kuka.roboticsAPI.executionModel
Class CancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.roboticsAPI.executionModel.ExecutionException
com.kuka.roboticsAPI.executionModel.CancelledException
- All Implemented Interfaces:
- Serializable
public class CancelledException
- extends ExecutionException
This exception is raised when the container was cancelled through the
execution engine.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CancelledException
public CancelledException(ICommandContainer container,
String message)
- Creates a new instance of CancelledException.
- Parameters:
container - container that was cancelled.message - error message
Copyright © 2019. All rights reserved.