Home
last modified time | relevance | path

Searched refs:StructException (Results 1 – 25 of 60) sorted by last modified time

123

/plugin/structpublish/action/
H A Dsave.php3 use dokuwiki\plugin\struct\meta\StructException; alias
44 } catch (StructException $e) {
/plugin/struct/meta/
H A DAccessTable.php131 throw new StructException('Schema does not exist. Only data of existing schemas can be accessed');
212 throw new StructException("Unknown column %s in schema.", hsc($colname));
543 throw new StructException('Given timestamp is not valid for current Schema');
H A DAccessTablePage.php71 throw new StructException("Saving with zero timestamp does not work.");
H A DAccessTableSerial.php17 throw new StructException('Requesting wrong data type! Serial data has no timestamp');
H A DCSVImporter.php55 if (!$this->schema->getId()) throw new StructException('Schema does not exist');
65 * @throws StructException
87 throw new StructException('Failed to open CSV file for reading');
109 if (!$header) throw new StructException('Failed to read CSV');
133 throw new StructException('None of the CSV headers matched any of the schema\'s fields');
184 if (!isset($line[$i])) throw new StructException('Missing field at CSV line %d', $this->line);
H A DCSVPageImporter.php19 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
H A DCSVSerialImporter.php17 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
H A DColumn.php78 if (!$this->table) throw new StructException('No table set for this column');
123 throw new StructException('Calling getColName on a multi value column makes no sense.');
H A DConfigParser.php138 throw new StructException("unknown option '%s'", hsc($key));
H A DPageColumn.php25 if ($type->isMulti()) throw new StructException('PageColumns can not be multi value types!');
31 throw new StructException('Accessing the colref of a PageColumn makes no sense');
H A DPublishedColumn.php19 if ($type->isMulti()) throw new StructException('PublishedColumns can not be multi value types!');
H A DQueryBuilder.php47 throw new StructException('Table Alias does not exist');
74 * @throws StructException when the alias does not exist
79 throw new StructException('No such select alias');
95 throw new StructException('Table Alias exists');
113 throw new StructException('Table Alias does not exist');
116 throw new StructException('Table Alias already exists');
154 throw new StructException('Table Alias does not exist');
H A DQueryBuilderWhere.php84 * @throws StructException when this is not a sub clause
89 throw new StructException('This WHERE is not a sub clause and can not have additional clauses');
92 throw new StructException('Bad logical operator');
H A DRevisionColumn.php25 if ($type->isMulti()) throw new StructException('RevisionColumns can not be multi value types!');
32 throw new StructException('Accessing the colref of a RevisionColumn makes no sense');
H A DRowColumn.php19 if ($type->isMulti()) throw new StructException('RowColumns can not be multi value types!');
H A DSchema.php192 if (!$this->id) throw new StructException('can not delete unsaved schema');
241 if (!$this->id) throw new StructException('can not clear data of unsaved schema');
H A DSchemaImporter.php55 throw new StructException('JSON couldn\'t be decoded: ' . $error);
H A DSearch.php91 throw new StructException('schema missing', $table);
209 throw new StructException("Bad comperator. Use " . implode(',', self::$COMPARATORS));
211 throw new StructException('Bad filter type . Only AND or OR allowed');
279 throw new StructException('invalid row value syntax');
472 if ($res === false) throw new StructException("SQL execution failed for\n\n$sql");
493 if (!$this->columns) throw new StructException('nocolname');
572 if (!$this->schemas) throw new StructException('noschemas');
584 if (!$colname) throw new StructException('nocolname');
597 if (!$this->schemas) throw new StructException('noschemas');
H A DSearchCloud.php23 if (!$this->columns) throw new StructException('nocolname');
111 if ($res === false) throw new StructException("SQL execution failed for\n\n$sql");
H A DSearchConfig.php152 throw new StructException('datefilter', hsc($toparse));
187 throw new StructException("column not in table", $label, $table);
224 throw new StructException('"%s" is not a valid USER key', $key);
H A DStructException.php6 * Class StructException
12 class StructException extends \RuntimeException class
17 * StructException constructor.
H A DSummaryColumn.php25 if ($type->isMulti()) throw new StructException('SummaryColumns can not be multi value types!');
32 throw new StructException('Accessing the colref of a SummaryColumn makes no sense');
H A DUserColumn.php26 if ($type->isMulti()) throw new StructException('UserColumns can not be multi value types!');
33 throw new StructException('Accessing the colref of a UserColumn makes no sense');
H A DValidationException.php12 class ValidationException extends StructException
H A DValue.php58 throw new StructException('Accessing value of rawonly value forbidden');
81 throw new StructException('Accessing displayvalue of rawonly value forbidden');
94 throw new StructException('Accessing comparevalue of rawonly value forbidden');

123