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

クラス IllegalContentStringException

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

public class IllegalContentStringException extends IllegalArgumentException
Thrown to indicate that the constructor of Content class has been passed an illegal string.
作成者:
otsuki
関連項目:
  • コンストラクタの詳細

    • IllegalContentStringException

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

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

      public IllegalContentStringException(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(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      パラメータ:
      cause -