com.kuka.roboticsAPI.executionModel
Class ApplicationExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.roboticsAPI.executionModel.ExecutionException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.