public class SuperCsvInvalidAnnotationException extends SuperCsvException
| コンストラクタと説明 |
|---|
SuperCsvInvalidAnnotationException(Annotation targetAnnotation,
String message) |
SuperCsvInvalidAnnotationException(Annotation targetAnnotation,
String message,
Throwable e) |
SuperCsvInvalidAnnotationException(String message) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Annotation |
getTargetAnnotation()
エラーの元となったアノテーションを取得する。
|
getCsvContext, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SuperCsvInvalidAnnotationException(String message)
public SuperCsvInvalidAnnotationException(Annotation targetAnnotation, String message)
public SuperCsvInvalidAnnotationException(Annotation targetAnnotation, String message, Throwable e)
public Annotation getTargetAnnotation()
Copyright © 2025 mygreen. All rights reserved.