Class InvalidCanIdException

All Implemented Interfaces:
Serializable

public class InvalidCanIdException extends RuntimeException
Signifies that a CAN Id was given to a function, and it was invalid
See Also:
  • Constructor Details

    • InvalidCanIdException

      public InvalidCanIdException(int canId)
  • Method Details

    • getCanId

      public int getCanId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object