com.kuka.roboticsAPI.executionModel
Class CancelledException

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.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

Constructor Summary
CancelledException(ICommandContainer container, String message)
          Creates a new instance of CancelledException.
 
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

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.