com.sun.facelets.util
Class ParameterCheck

java.lang.Object
  extended by com.sun.facelets.util.ParameterCheck

public final class ParameterCheck
extends Object

Version:
$Id: ParameterCheck.java,v 1.2 2005/08/24 04:38:53 jhook Exp $
Author:
Jacob Hookom

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

Constructor Detail

ParameterCheck

public ParameterCheck()
Method Detail

notNull

public static final void notNull(String name,
                                 Object value)
                          throws NullPointerException
Throws:
NullPointerException


Copyright © 2005 All Rights Reserved.