Class PropertyParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highmobility.autoapi.PropertyParseException
All Implemented Interfaces:
Serializable

public class PropertyParseException extends Exception
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 Details

    • PropertyParseException

      public PropertyParseException(String description)
    • PropertyParseException

      public PropertyParseException(com.highmobility.autoapi.PropertyParseException.ErrorCode code, Class command, Byte propertyId)
  • Method Details

    • getCode

      public com.highmobility.autoapi.PropertyParseException.ErrorCode getCode()