Home
last modified time | relevance | path

Searched refs:StructException (Results 26 – 50 of 60) sorted by path

123

/plugin/struct/meta/
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');
/plugin/struct/
H A Dremote.php17 use dokuwiki\plugin\struct\meta\StructException;
56 } catch (StructException $e) {
88 } catch (StructException $e) {
124 } catch (StructException $e) {
166 } catch (StructException $e) {
13 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/struct/syntax/
H A Dcloud.php14 use dokuwiki\plugin\struct\meta\StructException;
72 } catch (StructException $e) {
105 } catch (StructException $e) {
13 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dlist.php13 use dokuwiki\plugin\struct\meta\StructException; alias
H A Doutput.php14 use dokuwiki\plugin\struct\meta\StructException;
111 } catch (StructException $e) {
123 } catch (StructException $ignored) {
12 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dtable.php15 use dokuwiki\plugin\struct\meta\StructException;
81 } catch (StructException $e) {
122 throw new StructException('Aggregation class does not inherit Aggregation: ' . $this->tableclass);
133 } catch (StructException $e) {
173 throw new StructException('illegal option', $illegalOption);
13 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dvalue.php15 use dokuwiki\plugin\struct\meta\StructException; alias
73 } catch (StructException $e) {
115 } catch (StructException $e) {
/plugin/struct/types/
H A DAbstractBaseType.php9 use dokuwiki\plugin\struct\meta\StructException;
201 * @throws StructException
206 throw new StructException(
529 * @throws StructException when something goes wrong
533 throw new StructException('not implemented');
8 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A DUser.php8 use dokuwiki\plugin\struct\meta\StructException;
7 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/structacl/
H A Daction.php5 use dokuwiki\plugin\struct\meta\StructException; alias
70 } catch (StructException $ignored) {
/plugin/structat/meta/
H A DSearchConfigAt.php8 use dokuwiki\plugin\struct\meta\StructException; alias
55 if(!$this->columns) throw new StructException('nocolname');
/plugin/structat/syntax/
H A Dtable.php12 use dokuwiki\plugin\struct\meta\StructException; alias
83 } catch (StructException $e) {
120 } catch (StructException $e) {
/plugin/structautolink/
H A Drenderer.php5 use dokuwiki\plugin\struct\meta\StructException; alias
93 } catch (StructException $e) {
/plugin/structcondstyle/
H A Daction.php16 use dokuwiki\plugin\struct\meta\StructException; alias
196 } catch (StructException $e) {

123