Class InventoryException

All Implemented Interfaces:
Serializable

public class InventoryException extends RuntimeException
背包操作發生非預期錯誤時拋出的非受檢例外。

繼承自 RuntimeException,用於標示 server.MapleInventoryManipulatorMapleInventory 中 無法正常完成的背包操作(如格位不足、道具不存在等情境)。

See Also:
  • Constructor Details

    • InventoryException

      public InventoryException()
      Creates a new instance of InventoryException
    • InventoryException

      public InventoryException(String msg)