类 RidingCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
top.r3944realms.superleadrope.core.exception.RidingCycleException
- 所有已实现的接口:
Serializable
The type Riding cycle exception.
- 另请参阅:
-
构造器概要
构造器构造器说明RidingCycleException(UUID entityId, UUID vehicleId) Instantiates a new Riding cycle exception. -
方法概要
-
构造器详细资料
-
RidingCycleException
Instantiates a new Riding cycle exception.- 参数:
entityId- the entity idvehicleId- the vehicle id
-
-
方法详细资料
-
getEntityId
Gets entity id.- 返回:
- the entity id
-
getVehicleId
Gets vehicle id.- 返回:
- the vehicle id
-