public class TextParseException extends RuntimeException
| コンストラクタと説明 |
|---|
TextParseException(String targetText,
Class<?> toType) |
TextParseException(String targetText,
Class<?> toType,
String message) |
TextParseException(String targetText,
Class<?> toType,
String message,
Throwable exception) |
TextParseException(String targetText,
Class<?> toType,
Throwable exception) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getTargetText()
パース対象の文字列を取得する。
|
Class<?> |
getToType()
パース先のクラスタイプを取得する。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025 mygreen. All rights reserved.