Class InternalErrorHandler

    • Field Detail

      • DEFAULT_ENABLE_FULL_THREAD_DUMPS

        public static final boolean DEFAULT_ENABLE_FULL_THREAD_DUMPS
        See Also:
        Constant Field Values
    • Method Detail

      • createNewErrorID

        @Nonnull
        @Nonempty
        public static String createNewErrorID()
        Create a new unique error ID.
        Returns:
        This is either a new persistent int ID or a non-persistent ID together with the timestamp. Neither null nor empty.
      • createNewInternalErrorID

        @Nonnull
        @Nonempty
        public static String createNewInternalErrorID()
        Create a new unique internal error ID.
        Returns:
        The created error ID. Neither null nor empty.