Uses of Class
org.frankframework.core.ParameterException
Packages that use ParameterException
-
Uses of ParameterException in org.frankframework.ldap
Methods in org.frankframework.ldap that throw ParameterExceptionModifier and TypeMethodDescriptionLdapSender.performOperation
(Message message, PipeLineSession session) Performs the specified operation and returns the results. -
Uses of ParameterException in org.frankframework.parameters
Methods in org.frankframework.parameters that throw ParameterExceptionModifier and TypeMethodDescriptionParameterValue.asCollection()
static ParameterValueList
ParameterValueList.get
(ParameterList params, Message message, PipeLineSession session) AbstractParameter.getValue
(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) determines the raw valueIParameter.getValue
(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) NumberParameter.getValue
(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) ParameterList.getValue
(ParameterValueList alreadyResolvedParameters, IParameter p, Message message, PipeLineSession session, boolean namespaceAware) protected Object
AbstractParameter.getValueAsType
(Message request, boolean namespaceAware) Converts raw data to configured parameter typeprotected Date
DateParameter.getValueAsType
(Message request, boolean namespaceAware) protected Number
NumberParameter.getValueAsType
(Message request, boolean namespaceAware) protected Object
XmlParameter.getValueAsType
(Message request, boolean namespaceAware) ParameterList.getValues
(Message message, PipeLineSession session) ParameterList.getValues
(Message message, PipeLineSession session, boolean namespaceAware) Returns a List of ParameterValue objects -
Uses of ParameterException in org.frankframework.util
Methods in org.frankframework.util that throw ParameterExceptionModifier and TypeMethodDescriptionstatic void
JdbcUtil.applyParameters
(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static String
FileUtils.getFilename
(ParameterList definedParameters, PipeLineSession session, File originalFile, String filenamePattern)