com.atlassian.jira.util.dbc
Class Null

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

public final class Null
extends java.lang.Object

Utility class with checks for nullness. Prefer Assertions.

Since:
v3.11

Method Summary
static void not(java.lang.String name, java.lang.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(java.lang.String name,
                       java.lang.Object notNull)
                throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException


Copyright © 2002-2010 Atlassian. All Rights Reserved.