org.jboss.forge.container.util
Class Assert
java.lang.Object
org.jboss.forge.container.util.Assert
public class Assert
- extends Object
- Author:
- Lincoln Baxter, III
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Assert
public Assert()
notNull
public static void notNull(Object object,
String message)
throws IllegalStateException
- Throws:
IllegalStateException
isTrue
public static void isTrue(boolean value,
String message)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.