Class Assertions


  • final class Assertions
    extends java.lang.Object
    Utility class for input parameter validation. TODO Replace usage with Objects when we switch to Java 7.
    Version:
    $Id: Assertions.java 1742459 2016-05-05 19:43:57Z britter $
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Assertions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void notNull​(java.lang.Object parameter, java.lang.String parameterName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Assertions

        private Assertions()
    • Method Detail

      • notNull

        public static void notNull​(java.lang.Object parameter,
                                   java.lang.String parameterName)