Object BugReporting

  • All Implemented Interfaces:

    
    public class BugReporting
    
                        

    Entrypoint for printing meaningful debug information in case of failed internal consistency checks.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Void reportBug(String message, Map<String, Object> debugInformation) This function throws exception and generates useful debug information, as well as instructions on how to report the bug.
      final static Void reportBug(String message) This function throws exception and generates useful debug information, as well as instructions on how to report the bug.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • reportBug

        @JvmOverloads() final static Void reportBug(String message, Map<String, Object> debugInformation)

        This function throws exception and generates useful debug information, as well as instructions on how to report the bug.

      • reportBug

        @JvmOverloads() final static Void reportBug(String message)

        This function throws exception and generates useful debug information, as well as instructions on how to report the bug.