Class ParameterNamesNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ParameterNamesNotFoundException
    extends RuntimeException
    Exception thrown when no parameter names are found
    Author:
    Paul Hammant, Mauro Talevi
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterNamesNotFoundException

        public ParameterNamesNotFoundException​(String message,
                                               Exception cause)
      • ParameterNamesNotFoundException

        public ParameterNamesNotFoundException​(String message)