Package com.thoughtworks.paranamer
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- Author:
- Paul Hammant, Mauro Talevi
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
__PARANAMER_DATA
-
Constructor Summary
Constructors Constructor Description ParameterNamesNotFoundException(String message)
ParameterNamesNotFoundException(String message, Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
__PARANAMER_DATA
public static final String __PARANAMER_DATA
- See Also:
- Constant Field Values
-
-