public class ParameterTypeException extends Exception
| Constructor and Description |
|---|
ParameterTypeException(String message,
Class<?> parameterType,
int index) |
ParameterTypeException(String message,
IncompatibleParameter incompatibleParameter) |
| Modifier and Type | Method and Description |
|---|---|
IncompatibleParameter |
getIncompatibleParameter() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterTypeException(String message, Class<?> parameterType, int index)
public ParameterTypeException(String message, IncompatibleParameter incompatibleParameter)
public IncompatibleParameter getIncompatibleParameter()
Copyright © 2018. All rights reserved.