com.kuka.exceptions
Class MotionExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.exceptions.MotionException
com.kuka.exceptions.MotionExecutionException
- All Implemented Interfaces:
- Serializable
public class MotionExecutionException
- extends MotionException
Exception thrown while execution of a motion with a known motion container.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MotionExecutionException
public MotionExecutionException(IMotionContainer container,
String message)
- Creates an instance of ExecutionException class.
- Parameters:
container - the failed motion containermessage - The error description.
MotionExecutionException
public MotionExecutionException(IMotionContainer container,
String message,
Throwable cause)
- Creates an instance of ExecutionException class.
- Parameters:
container - the failed motion containermessage - The error description.cause - A cause that is responsible for the error.
getMotionContainer
public IMotionContainer getMotionContainer()
- Returns the motion container associated with this exception.
- Returns:
- associated motion container
Copyright © 2019. All rights reserved.