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, toString
public static RuntimeException triage(Exception exception)
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.