Class CustomScriptException

    • Constructor Detail

      • CustomScriptException

        public CustomScriptException()
      • CustomScriptException

        public CustomScriptException​(String message)
      • CustomScriptException

        public CustomScriptException​(String message,
                                     Throwable cause)
      • CustomScriptException

        public CustomScriptException​(Throwable cause)
    • Method Detail

      • shouldGenerateLog

        public boolean shouldGenerateLog()
        Description copied from class: CyclosException
        Returns whether the current exception should generate an error log (stored in the database with ErrorLogService)
        Overrides:
        shouldGenerateLog in class CyclosException