org.jboss.seam.render.util
Class Assert

java.lang.Object
  extended by org.jboss.seam.render.util.Assert

public class Assert
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
Assert()
           
 
Method Summary
static void equals(Object left, Object right, String message)
           
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

equals

public static void equals(Object left,
                          Object right,
                          String message)


Copyright © 2011 Seam Framework. All Rights Reserved.