Class ParamException.FormParamException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ParamException

    public static class ParamException.FormParamException
    extends ParamException
    A parameter exception for errors with FormParam.
    See Also:
    Serialized Form
    • Constructor Detail

      • FormParamException

        public FormParamException​(java.lang.Throwable cause,
                                  java.lang.String name,
                                  java.lang.String defaultStringValue)