Class InventoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
client.inventory.InventoryException
- All Implemented Interfaces:
Serializable
背包操作發生非預期錯誤時拋出的非受檢例外。
繼承自 RuntimeException,用於標示
server.MapleInventoryManipulator 或 MapleInventory 中
無法正常完成的背包操作(如格位不足、道具不存在等情境)。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InventoryException
public InventoryException()Creates a new instance of InventoryException -
InventoryException
-