com.kuka.roboticsAPI.applicationModel.tasks
Class CycleExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.roboticsAPI.applicationModel.tasks.CycleExceededException
- All Implemented Interfaces:
- Serializable
public class CycleExceededException
- extends RuntimeException
Thrown when execution of cyclic task method takes longer than the specified
period time of a cyclic task.
- See Also:
- Serialized Form
|
Constructor Summary |
CycleExceededException(String message)
Constructs a new CycleExceededException exception with the specified
detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CycleExceededException
public CycleExceededException(String message)
- Constructs a new CycleExceededException exception with the specified
detail message.
- Parameters:
message - detail message
Copyright © 2019. All rights reserved.