Serializable
public class MatchProcessorException extends RuntimeException
Modifier and Type | Method | Description |
---|---|---|
List<Throwable> |
getExceptions() |
Get all the exceptions thrown by a MatchProcessor during the scan.
|
static MatchProcessorException |
newInstance(Throwable throwable) |
Create a MatchProcessorException.
|
static MatchProcessorException |
newInstance(List<Throwable> exceptions) |
Create a MatchProcessorException
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public List<Throwable> getExceptions()
public static MatchProcessorException newInstance(List<Throwable> exceptions)
exceptions
- The list of Throwables (Exceptions or Errors) that were thrown by the MatchProcessor.public static MatchProcessorException newInstance(Throwable throwable)
throwable
- The Throwable (Exception or Error) that was thrown.Copyright © 2018. All rights reserved.