org.apache.myfaces.view.facelets.util
Class ParameterCheck

java.lang.Object
  extended by org.apache.myfaces.view.facelets.util.ParameterCheck

public final class ParameterCheck
extends Object

Version:
$Id: ParameterCheck.java 1542444 2013-11-16 01:41:08Z lu4242 $
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 void notNull(String name,
                           Object value)
                    throws NullPointerException
Throws:
NullPointerException


Copyright © 2014 The Apache Software Foundation. All rights reserved.