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
|
static MatchProcessorException |
newInstance(Throwable throwable)
Create a MatchProcessorException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public List<Throwable> getExceptions()
public static MatchProcessorException newInstance(List<Throwable> exceptions)
public static MatchProcessorException newInstance(Throwable throwable)
Copyright © 2018. All rights reserved.