Class QDLExceptionWithTrace

    • Constructor Detail

      • QDLExceptionWithTrace

        public QDLExceptionWithTrace​(Statement statement)
      • QDLExceptionWithTrace

        public QDLExceptionWithTrace​(Throwable cause,
                                     Statement statement)
      • QDLExceptionWithTrace

        public QDLExceptionWithTrace​(String message,
                                     Statement statement)
    • Method Detail

      • hasStatement

        public boolean hasStatement()
      • getStatement

        public Statement getStatement()
      • setStatement

        public void setStatement​(Statement statement)
      • isScript

        public boolean isScript()
      • setScript

        public void setScript​(boolean script)
      • getScriptName

        public String getScriptName()
      • setScriptName

        public void setScriptName​(String scriptName)
      • getScriptStack

        public List<String> getScriptStack()
      • setScriptStack

        public void setScriptStack​(List<String> scriptStack)
      • hasScriptStack

        public boolean hasScriptStack()
      • stackTrace

        public String stackTrace()
        Uses the scriptStack to create a trace of scripts.
        Returns: