public class OXMappingException extends RuntimeException
実際に発生した例外についてはThrowable.getCause()メソッドから取得する。
| コンストラクタと説明 |
|---|
OXMappingException()
コンストラクタ
|
OXMappingException(Throwable cause)
コンストラクタ
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OXMappingException()
public OXMappingException(Throwable cause)
cause - スキーマによる形式チェック、およびCastorによるバインド処理で発生した例外Copyright © 2015. All Rights Reserved.