public class BlankArgumentException
extends java.lang.IllegalArgumentException
String argument is blank where is must no be
blank.| Constructor and Description |
|---|
BlankArgumentException()
Convenience constructor if no argument name needs to be provided.
|
BlankArgumentException(java.lang.String argName)
Convenience constructor.
|
BlankArgumentException(java.lang.String argName,
java.lang.String message)
Default constructor.
|
public BlankArgumentException()
public BlankArgumentException(java.lang.String argName)
argName - the name of the String argument that was blank.public BlankArgumentException(java.lang.String argName,
java.lang.String message)
argName - the name of the String argument that was blank.message - an optional additional message to provide information about
the context of the argument.IllegalArgumentException.IllegalArgumentException(String)