com.gargoylesoftware.base.util
public class DetailedIllegalArgumentException extends IllegalArgumentException
Version: $Revision: 1.4 $
| Field Summary | |
|---|---|
| String | argumentName_ |
| Object | argumentValue_ |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| DetailedIllegalArgumentException(String argumentName, Object argumentValue, String message)
Create an instance
| |
| DetailedIllegalArgumentException(String argumentName, Object argumentValue)
Create an instance
| |
| DetailedIllegalArgumentException(String argumentName, int argumentValue, String message)
Create an instance
| |
| DetailedIllegalArgumentException(String argumentName, int argumentValue)
Create an instance
| |
| Method Summary | |
|---|---|
| String | getArgumentName()
Return the name of the argument that was illegal |
| Object | getArgumentValue()
Return the value of the argument |
Parameters: argumentName The name of the argument that was illegal argumentValue The illegal value message The message to use in the exception
Parameters: argumentName The name of the argument that was illegal argumentValue The illegal value
Parameters: argumentName The name of the argument that was illegal argumentValue The illegal value message A message
Parameters: argumentName The name of the argument that was illegal argumentValue The illegal value
Returns: the name of the argument
Returns: The value of the argument