public interface IObjectCharacterNullFail extends IFail
Modifier and Type | Method and Description |
---|---|
void |
failCharacterNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failCharacterNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void failCharacterNull(Object caller, String referenceAName)
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failIllegalArgumentException
- if caller is nullvoid failCharacterNull(Object caller, String referenceAName, String message)
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.