org.seasar.extension.dxo.exception
クラス ConversionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.dxo.exception.ConversionRuntimeException
- すべての実装インタフェース:
- Serializable
- public class ConversionRuntimeException
- extends SRuntimeException
変換に失敗した場合にスローされる例外です。
- 作成者:
- Satoshi Kimura, koichik
- 関連項目:
- 直列化された形式
ConversionRuntimeException
public ConversionRuntimeException(Class type)
- インスタンスを構築します。
- パラメータ:
type
- 変換に失敗した変換元の型
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.