org.seasar.uruma.exception
クラス EnablesDependingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.uruma.exception.UrumaRuntimeException
org.seasar.uruma.exception.EnablesDependingException
- すべての実装されたインタフェース:
- Serializable
public class EnablesDependingException
- extends UrumaRuntimeException
EnablesDependig に関する例外発生時にスローされるクラスです
- 作成者:
- y-komori
- 関連項目:
- 直列化された形式
EnablesDependingException
public EnablesDependingException(Class<?> targetClass)
EnablesDependingException
を構築します。
- パラメータ:
targetClass
- ターゲットウィジット- 関連項目:
UrumaMessageCodes.DEPENDING_WIDGET_NOT_SUPPORTED
EnablesDependingException
public EnablesDependingException(Class<?> targetClass,
EnablesForType type)
EnablesDependingException
を構築します。
- パラメータ:
targetClass
- ターゲットウィジットtype
- 選択条件を表す EnablesForType
- 関連項目:
UrumaMessageCodes.DEPENDING_TYPE_NOT_SUPPORTED
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.