public class EngineNoSuchCtorException extends Exception
Constructor and Description |
---|
EngineNoSuchCtorException(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 EngineNoSuchCtorException(String message, Constructor nearestMissCtor)
message
- messagenearestMissCtor
- best-match methodpublic Constructor getNearestMissCtor()