public class MethodNotFoundException extends Exception
| Constructor and Description |
|---|
MethodNotFoundException(String message,
Map<String,IncompatibleParameter> incompatibleMethods) |
MethodNotFoundException(String message,
Map<String,IncompatibleParameter> incompatibleMethods,
Throwable target) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IncompatibleParameter> |
getIncompatibleMethods() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodNotFoundException(String message, Map<String,IncompatibleParameter> incompatibleMethods)
public MethodNotFoundException(String message, Map<String,IncompatibleParameter> incompatibleMethods, Throwable target)
public Map<String,IncompatibleParameter> getIncompatibleMethods()
Copyright © 2018. All rights reserved.