org.seasar.doma.converter
クラス ParseConversionException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.doma.DomaException
                  上位を拡張 org.seasar.doma.converter.ConversionException
                      上位を拡張 org.seasar.doma.converter.ParseConversionException
すべての実装されたインタフェース:
Serializable

public class ParseConversionException
extends ConversionException

パース変換に失敗した場合にスローされる例外です。

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

フィールドの概要
protected  String pattern
          パースに使用されるパターン
protected  String value
          パース対象の文字列
 
クラス org.seasar.doma.DomaException から継承されたフィールド
args, messageCode
 
コンストラクタの概要
ParseConversionException(String value, String pattern, Throwable cause)
          インスタンスを構築します。
 
メソッドの概要
 String getPattern()
           
 String getValue()
           
 
クラス org.seasar.doma.DomaException から継承されたメソッド
getArgs, getMessageCode
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

value

protected final String value
パース対象の文字列


pattern

protected final String pattern
パースに使用されるパターン

コンストラクタの詳細

ParseConversionException

public ParseConversionException(String value,
                                String pattern,
                                Throwable cause)
インスタンスを構築します。

パラメータ:
value - パース対象の文字列
pattern - パースに使用されるパターン
cause - 原因
メソッドの詳細

getValue

public String getValue()

getPattern

public String getPattern()


Copyright © 2009 The Seasar Foundation. All Rights Reserved.