com.gargoylesoftware.base.util
public class DetailedNullPointerException extends NullPointerException
Version: $Revision: 1.4 $
| Field Summary | |
|---|---|
| String | argumentName_ |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| DetailedNullPointerException(String argumentName, String message)
Create an instance
| |
| DetailedNullPointerException(String argumentName)
Create an instance
| |
| Method Summary | |
|---|---|
| String | getArgumentName()
Return the name of the argument that was null. |
Parameters: argumentName The name of the argument that was null message The message to use in the exception
Parameters: argumentName The name of the argument that was null
Returns: The name of the argument