public class MappingFailedException extends Exception
Constructor and Description |
---|
MappingFailedException() |
MappingFailedException(List<ErroneousEvent> failures) |
MappingFailedException(List<ErroneousEvent> failures,
String message) |
MappingFailedException(List<ErroneousEvent> failures,
String message,
Throwable cause) |
MappingFailedException(List<ErroneousEvent> failures,
Throwable cause) |
MappingFailedException(String message) |
MappingFailedException(String message,
Throwable throwable) |
MappingFailedException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
List<ErroneousEvent> |
getFailures() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MappingFailedException()
public MappingFailedException(List<ErroneousEvent> failures)
public MappingFailedException(String message)
public MappingFailedException(List<ErroneousEvent> failures, String message)
public MappingFailedException(List<ErroneousEvent> failures, String message, Throwable cause)
public MappingFailedException(Throwable throwable)
public MappingFailedException(List<ErroneousEvent> failures, Throwable cause)
public List<ErroneousEvent> getFailures()
Copyright © 2021. All rights reserved.