API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Package Kinova.API.Jaco.ValidationTools.Exceptions

Classes

class  CAccessDeniedException
 Normally, you got this exception when you did not provided a valid password at the declaration of an object. More...
 
class  CAPIException
 Base class exception of this API More...
 
class  CInvalidFunctionalityArgumentException
 A custom exception that indicates that the arguments sent are invalid. More...
 
class  CJACOOfflineException
 This exception occur when JACO is not connected to USB port or the USB connection is broken. More...
 
class  CTCPCommandErrorException
 
class  CXMLSerializationException
 Exception that indicates a problem with the XML serialization/deserialization. If you are deserializing, check if the file exist and if it is not corrupted. If you are serializing an object that implement some interface, make sure that they can be serialized. More...