Lines Matching refs:null
131 return createWithCode(condition, message, null);
141 if (condition == null) {
143 "condition may not be null"));
145 if (message == null) {
147 "message may not be null"));
149 if (COND_TO_INSTANCE.get(condition) != null) {
156 if (code != null) {
157 if (CODE_TO_INSTANCE.get(code) != null) {
171 * @return terminal binding condition instance, or {@code null} if no
183 * @return terminal binding condition instance, or {@code null} if no