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