Class Validate

java.lang.Object
org.togglz.core.util.Validate

public class Validate extends Object
Common methods for checking method contracts.
Author:
Christian Kaltepoth
  • Constructor Details

    • Validate

      public Validate()
  • Method Details

    • notBlank

      public static void notBlank(String s, String msg)
    • notNull

      public static void notNull(Object o, String msg)
    • isTrue

      public static void isTrue(boolean b, String msg)