com.kuka.roboticsAPI.executionModel
Class CommandNotStartedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.roboticsAPI.executionModel.ExecutionException
                  extended by 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

Constructor Summary
CommandNotStartedException(ICommandContainer container, String message)
          Creates a new exception instance.
CommandNotStartedException(ICommandContainer container, String message, Throwable cause)
          Creates a new exception instance.
 
Method Summary
 
Methods inherited from class com.kuka.roboticsAPI.executionModel.ExecutionException
getContainer
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.