Package it.unibo.alchemist.util
Object BugReporting
-
- All Implemented Interfaces:
public class BugReporting
Entrypoint for printing meaningful debug information in case of failed internal consistency checks.
-
-
Field Summary
Fields Modifier and Type Field Description public final static BugReporting
INSTANCE
-
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. -
-
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.
-
-
-
-