パッケージ org.piax.gtrans
クラス ConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.piax.gtrans.ConfigurationError
- すべての実装されたインタフェース:
Serializable
public class ConfigurationError extends Error
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ConfigurationError()ConfigurationError(String message)ConfigurationError(Throwable cause) -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
ConfigurationError
public ConfigurationError() -
ConfigurationError
- パラメータ:
message- the message string.
-
ConfigurationError
-