public class MultipleParsingExceptions extends RuntimeException
ParsingExceptions.| Modifier and Type | Field and Description |
|---|---|
private Collection<ParsingException> |
errors |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MultipleParsingExceptions(Collection<ParsingException> errors) |
MultipleParsingExceptions(String message,
Collection<ParsingException> errors) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachError(Consumer<ParsingException> action) |
Collection<ParsingException> |
getErrors()
Get the set of parsing exceptions.
|
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTraceprivate static final long serialVersionUID
private final Collection<ParsingException> errors
public MultipleParsingExceptions(Collection<ParsingException> errors)
public MultipleParsingExceptions(String message, Collection<ParsingException> errors)
public Collection<ParsingException> getErrors()
public void forEachError(Consumer<ParsingException> action)
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2020 JBoss by Red Hat. All rights reserved.