パッケージ 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
- すべての実装されたインタフェース:
Serializable
Thrown to indicate that the constructor of Content class has been passed an illegal string.
- 作成者:
- otsuki
- 関連項目:
-
コンストラクタの概要
コンストラクタコンストラクタ説明Constructs an IllegalContentStringException with no detail message.Constructs an IllegalContentStringException with the specified detail message.IllegalContentStringException
(String message, Throwable cause) Constructs a new exception with the specified detail message and 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
-
コンストラクタの詳細
-
IllegalContentStringException
public IllegalContentStringException()Constructs an IllegalContentStringException with no detail message. -
IllegalContentStringException
Constructs an IllegalContentStringException with the specified detail message.- パラメータ:
s
-
-
IllegalContentStringException
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
Constructs a new exception with the specified detail message and cause.- パラメータ:
cause
-
-