Package io.debezium.text
Class MultipleParsingExceptions
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.text.MultipleParsingExceptions
- All Implemented Interfaces:
Serializable
Representation of multiple
ParsingExceptions.- Author:
- Randall Hauch
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection<ParsingException>private static final long -
Constructor Summary
ConstructorsConstructorDescriptionMultipleParsingExceptions(String message, Collection<ParsingException> errors) -
Method Summary
Modifier and TypeMethodDescriptionvoidforEachError(Consumer<ParsingException> action) Get the set of parsing exceptions.voidvoidvoidtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
errors
-
-
Constructor Details
-
MultipleParsingExceptions
-
MultipleParsingExceptions
-
-
Method Details
-
getErrors
Get the set of parsing exceptions.- Returns:
- the parsing exceptions
-
forEachError
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
toString
-