org.seasar.extension.jdbc.gen.internal.exception
クラス IllegalDumpValueRuntimeException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.framework.exception.SRuntimeException
                  上位を拡張 org.seasar.extension.jdbc.gen.internal.exception.IllegalDumpValueRuntimeException
すべての実装されたインタフェース:
java.io.Serializable

public class IllegalDumpValueRuntimeException
extends SRuntimeException

ダンプファイルの値が不正である場合にスローされます。

作成者:
taedium
関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String value
          値
 
コンストラクタの概要
IllegalDumpValueRuntimeException(java.lang.String value)
          インスタンスを構築します。
 
メソッドの概要
 java.lang.String getValue()
          値を返します。
 
クラス org.seasar.framework.exception.SRuntimeException から継承されたメソッド
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

value

protected java.lang.String value

コンストラクタの詳細

IllegalDumpValueRuntimeException

public IllegalDumpValueRuntimeException(java.lang.String value)
インスタンスを構築します。

パラメータ:
value - 値
メソッドの詳細

getValue

public java.lang.String getValue()
値を返します。

戻り値:


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.