public class UnexpectedNewInstanceException extends UnexpectedException
A runtime exception that is raised when exception encountered creating new instance by Java reflection
| Constructor and Description |
|---|
UnexpectedNewInstanceException(Exception cause) |
UnexpectedNewInstanceException(Exception cause,
String message,
Object... args) |
UnexpectedNewInstanceException(String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.