パッケージ org.aiwolf.client.lib
クラス IllegalContentStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- 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 ?
-
-
-
コンストラクタの詳細
-
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
-
-
-