Package com.highmobility.autoapi
Class PropertyParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highmobility.autoapi.PropertyParseException
- All Implemented Interfaces:
Serializable
This exception can be thrown from commands, and is normal when Vehicle side is trying to parse the
correct setter. There is either wrong data in the properties or some of the properties are not
expected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyParseException(com.highmobility.autoapi.PropertyParseException.ErrorCode code, Class command, Byte propertyId) PropertyParseException(String description) -
Method Summary
Modifier and TypeMethodDescriptioncom.highmobility.autoapi.PropertyParseException.ErrorCodegetCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyParseException
-
PropertyParseException
-
-
Method Details
-
getCode
public com.highmobility.autoapi.PropertyParseException.ErrorCode getCode()
-