Class XEx


  • public final class XEx
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XEx()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object checkNotNull​(java.lang.Object obj, java.lang.String... arrNameField)  
      static java.lang.RuntimeException createClassInvalid​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

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

      • XEx

        public XEx()
    • Method Detail

      • createClassInvalid

        public static java.lang.RuntimeException createClassInvalid​(java.lang.Object obj)
                                                             throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • checkNotNull

        public static java.lang.Object checkNotNull​(java.lang.Object obj,
                                                    java.lang.String... arrNameField)