Class Diagnostics


  • public class Diagnostics
    extends java.lang.Object
    Author:
    J. H. S.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void Assert​(boolean condition, java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • Assert

        public static void Assert​(boolean condition,
                                  java.lang.String message)