Home
last modified time | relevance | path

Searched refs:AnnotationException (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst65 If the annotations is not allowed in the current context you got an ``AnnotationException``
96 If the data type not match you got an ``AnnotationException``
162 If it is not used you get an ``AnnotationException`` stating that this value can not be null.
186 public $direction; // Required field missing, throws an AnnotationException
194 - The annotation parser check the given value and throws an ``AnnotationException`` if the value no…
221 public $direction; // Invalid value, throws an AnnotationException
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php427 * @throws AnnotationException
446 throw AnnotationException::syntaxError($message);
680 * @throws AnnotationException
741 …throw AnnotationException::semanticalError(sprintf('The annotation "@%s" in %s does not exist, or …
771 throw AnnotationException::semanticalError(
784 …throw AnnotationException::enumeratorError($property, $name, $this->context, $enum['literal'], $va…
799 …throw AnnotationException::requiredError($property, $originalName, $this->context, 'a(n) '.$type['…
820 …throw AnnotationException::attributeTypeError($property, $originalName, $this->context, 'a(n) '.$t…
840 …throw AnnotationException::creationError(sprintf('The annotation @%s declared on %s does not accep…
924 * @throws AnnotationException
[all …]
H A DAnnotationException.php31 class AnnotationException extends \Exception class
38 * @return AnnotationException
50 * @return AnnotationException
65 * @return AnnotationException
79 * @return AnnotationException
94 * @return AnnotationException
116 * @return AnnotationException
140 * @return AnnotationException
164 * @return AnnotationException
179 * @return AnnotationException
[all …]
H A DAnnotationReader.php178 * @throws AnnotationException
183 throw AnnotationException::optimizerPlusSaveComments();
187 throw AnnotationException::optimizerPlusSaveComments();
192 throw AnnotationException::optimizerPlusLoadComments();
196 throw AnnotationException::optimizerPlusLoadComments();