public class UnexpectedMethodInvocationException extends UnexpectedException
A runtime exception that is raised when exception encountered invoking a method by Java reflection
Constructor and Description |
---|
UnexpectedMethodInvocationException(Exception cause) |
UnexpectedMethodInvocationException(Exception cause,
String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014–2017 OSGL (Open Source General Library). All rights reserved.