类 RidingCycleException

所有已实现的接口:
Serializable

public class RidingCycleException extends IllegalStateException
The type Riding cycle exception.
另请参阅:
  • 构造器详细资料

    • RidingCycleException

      public RidingCycleException(UUID entityId, UUID vehicleId)
      Instantiates a new Riding cycle exception.
      参数:
      entityId - the entity id
      vehicleId - the vehicle id
  • 方法详细资料

    • getEntityId

      public UUID getEntityId()
      Gets entity id.
      返回:
      the entity id
    • getVehicleId

      public UUID getVehicleId()
      Gets vehicle id.
      返回:
      the vehicle id