org.seasar.util.exception
クラス EmptyArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.seasar.util.exception.SIllegalArgumentException
org.seasar.util.exception.EmptyArgumentException
- すべての実装されたインタフェース:
- Serializable
public class EmptyArgumentException
- extends SIllegalArgumentException
空の場合にスローされる例外です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyArgumentException
public EmptyArgumentException(String argName,
String messageCode,
Object[] args)
EmptyArgumentException
を作成します。
- パラメータ:
argName
- 引数の名前messageCode
- メッセージコードargs
- 引数の配列
EmptyArgumentException
public EmptyArgumentException(String argName,
String messageCode,
Object[] args,
Throwable cause)
EmptyArgumentException
を作成します。
- パラメータ:
argName
- 引数の名前messageCode
- メッセージコードargs
- 引数の配列cause
- 原因となった例外
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.