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

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

public class PositionRangeException
extends Exception

Exception specific to position range functionality.

See Also:
Serialized Form

Constructor Summary
PositionRangeException()
          Constructs an PositionRangeException with no detail message.
PositionRangeException(String msg)
          Constructs an PositionRangeException with the specified detail message.
PositionRangeException(Throwable cause)
          New instance.
 
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

PositionRangeException

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


PositionRangeException

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

Parameters:
msg - the detail message.

PositionRangeException

public PositionRangeException(Throwable cause)
New instance.

Parameters:
cause - the cause


Copyright © 2019. All rights reserved.