public class MethodResolverNoSuchCtorException extends Exception
Constructor and Description |
---|
MethodResolverNoSuchCtorException(String message,
Constructor nearestMissCtor)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Constructor |
getNearestMissCtor()
Returns the best-match ctor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodResolverNoSuchCtorException(String message, Constructor nearestMissCtor)
message
- messagenearestMissCtor
- best-match methodpublic Constructor getNearestMissCtor()
Copyright © 2005–2018. All rights reserved.