public class UnexpectedMethodInvocationException extends UnexpectedException
A runtime exception that is raised when exception encountered invoking a method by Java reflection
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
triage(Exception exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static RuntimeException triage(Exception exception)
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.