パッケージ org.aiwolf.server

クラス LostClientException

  • すべての実装されたインタフェース:
    java.io.Serializable

    public class LostClientException
    extends AIWolfRuntimeException
    throws when the cliend connection is lost
    作成者:
    tori
    関連項目:
    直列化された形式
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      Agent getAgent()  
      void setAgent​(Agent agent)  
      • クラスから継承されたメソッド java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • コンストラクタの詳細

      • LostClientException

        public LostClientException​(java.lang.Throwable arg0,
                                   Agent agent)
      • LostClientException

        public LostClientException​(java.lang.String arg0,
                                   java.lang.Throwable arg1,
                                   Agent agent)
    • メソッドの詳細

      • getAgent

        public Agent getAgent()
        戻り値:
        agent
      • setAgent

        public void setAgent​(Agent agent)
        パラメータ:
        agent - セットする agent