public class NoSuchConstructorError extends RuntimeException
| Constructor and Description |
|---|
NoSuchConstructorError()
Creates a new instance of
NoSuchConstcutorException without
detail message. |
NoSuchConstructorError(String msg)
Constructs an instance of
NoSuchConstcutorException with the
specified detail message. |
NoSuchConstructorError(String msg,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchConstructorError()
NoSuchConstcutorException without
detail message.public NoSuchConstructorError(String msg)
NoSuchConstcutorException with the
specified detail message.msg - the detail message.Copyright © 2018. All rights reserved.