com.atlassian.jira.util.dbc
Class Null

java.lang.Object
  extended by com.atlassian.jira.util.dbc.Null

public final class Null
extends Object

Utility class with checks for nullness. Prefer Assertions.

Since:
v3.11

Method Summary
static void not(String name, Object notNull)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

not

public static void not(String name,
                       Object notNull)
                throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2002-2013 Atlassian. All Rights Reserved.