com.kuka.geometry.connections
Class TrafoQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.