public class MatchProcessorException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getExceptions()
Get all the exceptions thrown by a MatchProcessor during the scan.
|
static MatchProcessorException |
newInstance(List<Throwable> exceptions)
Create a MatchProcessorException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic List<Throwable> getExceptions()
public static MatchProcessorException newInstance(List<Throwable> exceptions)
Copyright © 2017. All rights reserved.