public class HexParseException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
HexParseException() |
|
HexParseException(String message) |
|
HexParseException(String message,
Throwable cause) |
protected |
HexParseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
HexParseException(Throwable cause) |
Copyright © 2024. All rights reserved.