com.kuka.roboticsAPI.executionModel
Class ApplicationExitException

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.ApplicationExitException
All Implemented Interfaces:
Serializable

public class ApplicationExitException
extends ExecutionException

This exception is raised when the container was cancelled due to an application exit request.

See Also:
Serialized Form

Constructor Summary
ApplicationExitException(ICommandContainer container, String message)
          Creates a new instance of this Exception.
ApplicationExitException(ICommandContainer container, String message, Throwable cause)
          Create an application exit exception.
 
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

ApplicationExitException

public ApplicationExitException(ICommandContainer container,
                                String message)
Creates a new instance of this Exception.

Parameters:
container - container that was cancelled.
message - error message

ApplicationExitException

public ApplicationExitException(ICommandContainer container,
                                String message,
                                Throwable cause)
Create an application exit exception.

Parameters:
container - The execution container that was executed when error occurred.
message - The error description.
cause - A cause that is responsible for the error.


Copyright © 2019. All rights reserved.