public class InjectionReflectionException extends InjectionException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InjectionReflectionException(java.lang.String message,
ProofScriptArgument<?> argument)
An injection reflection exception with no cause (to display).
|
InjectionReflectionException(java.lang.String message,
java.lang.Throwable cause,
ProofScriptArgument<?> argument)
An injection reflection exception with a cause to be displayed.
|
getArgumentprivate static final long serialVersionUID
public InjectionReflectionException(java.lang.String message,
ProofScriptArgument<?> argument)
message - the respective String message to be passed.argument - the proof script argument.public InjectionReflectionException(java.lang.String message,
java.lang.Throwable cause,
ProofScriptArgument<?> argument)
message - the respective String message to be passed.cause - the cause of the exception.argument - the proof script argument.