org.jboss.forge.parser.java.util
Class Assert

java.lang.Object
  extended by org.jboss.forge.parser.java.util.Assert

public class Assert
extends Object

Author:
Lincoln Baxter, III

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

Constructor Detail

Assert

public Assert()
Method Detail

notNull

public static void notNull(Object object,
                           String message)
                    throws IllegalStateException
Throws:
IllegalStateException


Copyright © 2011 Seam Framework. All Rights Reserved.