public class NoSpecifiedConverterException extends InjectionException
This is exception is raised if StringConverter is found for string to the
desired type T.
The desired type is in the stored ProofScriptArgument.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NoSpecifiedConverterException(java.lang.String message,
ProofScriptArgument<?> argument)
Creates an exception with the given
message and argument. |
NoSpecifiedConverterException(java.lang.String message,
java.lang.Throwable cause,
ProofScriptArgument<?> argument)
Creates an exception with the given arguments.
|
getArgumentprivate static final long serialVersionUID
public NoSpecifiedConverterException(java.lang.String message,
ProofScriptArgument<?> argument)
message and argument.message - a non-null stringargument - the argument for which the conversion failedpublic NoSpecifiedConverterException(java.lang.String message,
java.lang.Throwable cause,
ProofScriptArgument<?> argument)
message - a non-null stringcause - a cause of this exceptionargument - the argument for which the conversion failed