public class ParsingException extends IOException
| Modifier and Type | Method and Description |
|---|---|
static ParsingException |
create(String reason,
boolean withStackTrace) |
static ParsingException |
create(String reason,
Throwable cause,
boolean withStackTrace) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ParsingException create(String reason, boolean withStackTrace)
public static ParsingException create(String reason, Throwable cause, boolean withStackTrace)
Copyright © 2023. All rights reserved.