パッケージ org.aiwolf.client.lib

クラス IllegalContentStringException

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

    public class IllegalContentStringException
    extends java.lang.IllegalArgumentException
    Thrown to indicate that the constructor of Content class has been passed an illegal string.
    作成者:
    otsuki
    関連項目:
    直列化された形式
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      IllegalContentStringException()
      Constructs an IllegalContentStringException with no detail message.
      IllegalContentStringException​(java.lang.String s)
      Constructs an IllegalContentStringException with the specified detail message.
      IllegalContentStringException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      IllegalContentStringException​(java.lang.Throwable cause)
      Constructs a new exception with the specified cause and a detail message of (cause==null ?
    • メソッドの概要

      • クラスから継承されたメソッド 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
    • コンストラクタの詳細

      • IllegalContentStringException

        public IllegalContentStringException()
        Constructs an IllegalContentStringException with no detail message.
      • IllegalContentStringException

        public IllegalContentStringException​(java.lang.String s)
        Constructs an IllegalContentStringException with the specified detail message.
        パラメータ:
        s -
      • IllegalContentStringException

        public IllegalContentStringException​(java.lang.Throwable cause)
        Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
        パラメータ:
        message -
        cause -
      • IllegalContentStringException

        public IllegalContentStringException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        パラメータ:
        cause -