jp.co.cybec.cb3.exception
クラス RuntimeArgumentsAnalyzeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
jp.co.cybec.cb3.exception.CB3RuntimeException
jp.co.cybec.cb3.exception.ServiceRuntimeException
jp.co.cybec.cb3.exception.RuntimeArgumentsAnalyzeException
- すべての実装されたインタフェース:
- Serializable
public class RuntimeArgumentsAnalyzeException
- extends ServiceRuntimeException
フレームワーク起動時の引数が間違っている場合に発生するエラー。
- 作成者:
- Naoko Sugimoto
- 関連項目:
- 直列化された形式
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド |
contains, getMessage, getMostSpecificCause, getRootCause |
RuntimeArgumentsAnalyzeException
public RuntimeArgumentsAnalyzeException(Exception cause)
- コンストラクタ。
- パラメータ:
cause
- 発生元の例外
RuntimeArgumentsAnalyzeException
public RuntimeArgumentsAnalyzeException(String msg)
- コンストラクタ。
- パラメータ:
msg
- メッセージ
RuntimeArgumentsAnalyzeException
public RuntimeArgumentsAnalyzeException(String msg,
Exception cause)
- コンストラクタ。
- パラメータ:
msg
- メッセージcause
- 発生元の例外
Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.