Class ErrorReportingSettings

java.lang.Object
it.uniroma2.art.semanticturkey.settings.core.ErrorReportingSettings
All Implemented Interfaces:
STProperties

public class ErrorReportingSettings extends Object implements STProperties
  • Field Details

    • REPORT_STACK_TRACE_DEFAULT

      public static final Boolean REPORT_STACK_TRACE_DEFAULT
    • reportStackTrace

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.ErrorReportingSettings.reportStackTrace.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.ErrorReportingSettings.reportStackTrace.displayName}") public Boolean reportStackTrace
  • Constructor Details

    • ErrorReportingSettings

      public ErrorReportingSettings()
  • Method Details

    • getShortName

      public String getShortName()
      Specified by:
      getShortName in interface STProperties
      Returns:
      a humanly understandable short name representing the type of this property set
    • shouldReportStackTrace

      public static boolean shouldReportStackTrace(ErrorReportingSettings errorReportingSettings)