Class ParameterNamesNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.paranamer.ParameterNamesNotFoundException
All Implemented Interfaces:
Serializable

public class ParameterNamesNotFoundException extends RuntimeException
Exception thrown when no parameter names are found
See Also:
  • Field Details

  • Constructor Details

    • ParameterNamesNotFoundException

      public ParameterNamesNotFoundException(String message, Exception cause)
    • ParameterNamesNotFoundException

      public ParameterNamesNotFoundException(String message)
  • Method Details