Class Locus

    • Field Detail

      • execution

        public final Execution execution
      • message

        public final String message
      • component

        public final String component
    • Constructor Detail

      • Locus

        public Locus​(Execution execution,
                     String component,
                     String message)
        Creates a Locus.
        Parameters:
        execution - Execution context
        component - Description of a the component executing the query, generally a method name, e.g. "SqlTupleReader.readTuples"
        message - Description of the purpose of this statement, to be printed if there is an error