public class NoSuchConstructorException extends Exception
| Constructor and Description |
|---|
NoSuchConstructorException(Class<?> type,
Object... args)
Create a new NoSuchConstructorException with the type and arguments.
|
NoSuchConstructorException(String msg)
Create a new NoSuchConstructorException with only a message.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Class<?> |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchConstructorException(String msg)
msg - the detail message to showCopyright © 2011-2013. All Rights Reserved.