public class EngineNoSuchCtorException
extends java.lang.Exception
Constructor and Description |
---|
EngineNoSuchCtorException(java.lang.String message,
java.lang.reflect.Constructor nearestMissCtor)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Constructor |
getNearestMissCtor()
Returns the best-match ctor.
|