org.seasar.framework.util
クラス AssertionUtil

java.lang.Object
  拡張org.seasar.framework.util.AssertionUtil

public class AssertionUtil
extends Object

作成者:
shot

メソッドの概要
static void assertIntegerNotNegative(String message, int num)
           
static void assertNotEmpty(String message, String s)
           
static void assertNotNull(String message, Object obj)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

assertNotNull

public static void assertNotNull(String message,
                                 Object obj)

assertNotEmpty

public static void assertNotEmpty(String message,
                                  String s)

assertIntegerNotNegative

public static void assertIntegerNotNegative(String message,
                                            int num)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.