com.kuka.geometry.connections
Class TrafoQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.kuka.geometry.connections.TrafoQueryException
All Implemented Interfaces:
Serializable

public class TrafoQueryException
extends IllegalStateException

TrafoQueryException is thrown if there was an error while obtaining information about transformation, more specific if there was an error while querying a sensor.

See Also:
Serialized Form

Constructor Summary
TrafoQueryException(Throwable cause)
          Constructor with cause.
 
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

TrafoQueryException

public TrafoQueryException(Throwable cause)
Constructor with cause.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


Copyright © 2019. All rights reserved.