Class ParamException

    • Method Detail

      • getParameterType

        public Class<? extends Annotation> getParameterType()
        Get the type of the parameter annotation.
        Returns:
        the type of the parameter annotation.
      • getParameterName

        public String getParameterName()
        Get the parameter name.
        Returns:
        the parameter name.
      • getDefaultStringValue

        public String getDefaultStringValue()
        Get the default String value.
        Returns:
        the default String value.