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