com.kuka.roboticsAPI.applicationModel.tasks
Class CycleExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
Method Summary
 
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

CycleExceededException

public CycleExceededException(String message)
Constructs a new CycleExceededException exception with the specified detail message.

Parameters:
message - detail message


Copyright © 2019. All rights reserved.