Class BlankArgumentException

All Implemented Interfaces:
Serializable

@ClassVersion(sourceVersion="$Id: BlankArgumentException.java 1025 2022-03-11 16:26:00Z tquadrat $") @API(status=STABLE, since="0.1.0") public final class BlankArgumentException extends NullArgumentException
This is a specialized implementation for the IllegalArgumentException that should be used instead of the latter in cases where a blank String is provided as an illegal argument value.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: BlankArgumentException.java 1025 2022-03-11 16:26:00Z tquadrat $
Since:
0.1.0
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.exception.BlankArgumentException"

UML Diagram for "org.tquadrat.foundation.exception.BlankArgumentException"

UML Diagram for "org.tquadrat.foundation.exception.BlankArgumentException"
  • Constructor Details

    • BlankArgumentException

      Creates a new instance of BlankArgumentException.
    • BlankArgumentException

      public BlankArgumentException(String argName)
      Creates a new instance of BlankArgumentException.
      Parameters:
      argName - The name of the argument whose value was provided as blank; if null or the empty String, a default message is used that does not use the name of the argument.