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