com.kuka.roboticsAPI.executionModel
Class CommandNotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.roboticsAPI.executionModel.ExecutionException
com.kuka.roboticsAPI.executionModel.CommandNotStartedException
- All Implemented Interfaces:
- Serializable
public class CommandNotStartedException
- extends ExecutionException
Used when a command was not started.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandNotStartedException
public CommandNotStartedException(ICommandContainer container,
String message)
- Creates a new exception instance.
- Parameters:
container - The container which contains the failed command.message - The error message.
CommandNotStartedException
public CommandNotStartedException(ICommandContainer container,
String message,
Throwable cause)
- Creates a new exception instance.
- Parameters:
container - The container which contains the failed command.message - The error message.cause - The cause why the command was not started.
Copyright © 2019. All rights reserved.