org.seasar.extension.sql
クラス IllegalBoolExpressionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.sql.IllegalBoolExpressionRuntimeException
- すべての実装インタフェース:
- Serializable
- public class IllegalBoolExpressionRuntimeException
- extends org.seasar.framework.exception.SRuntimeException
OGNLの評価結果がBooleanではない場合の例外クラスです。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス org.seasar.framework.exception.SRuntimeException から継承したメソッド |
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage |
IllegalBoolExpressionRuntimeException
public IllegalBoolExpressionRuntimeException(String expression)
IllegalBoolExpressionRuntimeException
を作成します。
- パラメータ:
expression
-
getExpression
public String getExpression()
- OGNLの表現を返します。
- 戻り値:
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.