com.kuka.roboticsAPI.controllerModel.sunrise.positionMastering
Class InvalidPositionRangeOrderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.roboticsAPI.controllerModel.sunrise.positionMastering.PositionRangeException
              extended by com.kuka.roboticsAPI.controllerModel.sunrise.positionMastering.InvalidPositionRangeOrderException
All Implemented Interfaces:
Serializable

public class InvalidPositionRangeOrderException
extends PositionRangeException

Exception which should be thrown if an incorrect order of PositionRanges is detected.

See Also:
Serialized Form

Constructor Summary
InvalidPositionRangeOrderException()
          Constructs an InvalidPositionRangeOrderException with no detail message.
InvalidPositionRangeOrderException(String msg)
          Constructs an InvalidPositionRangeOrderException 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

InvalidPositionRangeOrderException

public InvalidPositionRangeOrderException()
Constructs an InvalidPositionRangeOrderException with no detail message.


InvalidPositionRangeOrderException

public InvalidPositionRangeOrderException(String msg)
Constructs an InvalidPositionRangeOrderException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - the detail message.


Copyright © 2019. All rights reserved.