com.kuka.roboticsAPI.controllerModel.sunrise.positionMastering
Class InvalidPositionRangeOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kuka.roboticsAPI.controllerModel.sunrise.positionMastering.PositionRangeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.