Package nablarch.common.databind
Class InvalidDataFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.common.databind.InvalidDataFormatException
- All Implemented Interfaces:
Serializable
データのフォーマット不正により解析に失敗した場合に送出される例外クラス。
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidDataFormatException
(String message, long lineNumber) 指定された行番号とメッセージを持つInvalidCsvFormatException
を生成する。 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataFormatException
指定された行番号とメッセージを持つInvalidCsvFormatException
を生成する。- Parameters:
message
- メッセージlineNumber
- 行番号
-
-
Method Details
-
getLineNumber
public long getLineNumber()エラー発生レコード番号を取得する。- Returns:
- エラー発生レコード番号
-