BBCDException Object - Kirastur/BossbarCountdown GitHub Wiki

A BBCDException is thrown if something goes wrong during an API call. This can be

  • Syntax error reading config
  • Trying to modify an already finished Bossbar

getContextName

public String getContextName()

Get the name of the Template or the Template/Player Combination where the exception occured.

getErrorName

public String getErrorName()

Get a textual description of the error.

getErrorDetailText

public String getErrorDetailText()

Get additional details abou the error, e.g. the name of the config param which could not be found.