com.kuka.roboticsAPI.executionModel
Class ExternalStopException

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

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

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.