Class DynamicTest.MissingParameterNamesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.validation.dynamic.DynamicTest.MissingParameterNamesException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DynamicTest
public static class DynamicTest.MissingParameterNamesException extends RuntimeException
An exception resulting from reflection not being able to access parameter names. This should only be thrown if
Iris was compiled without '-parameters'.
- See Also:
- Serialized Form
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString