Searched refs:AnnotationException (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
D | AnnotationException.php | 31 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 …]
|
D | DocParser.php | 427 * @throws AnnotationException 446 throw AnnotationException::syntaxError($message); 680 * @throws AnnotationException 734 …throw AnnotationException::semanticalError(sprintf('The annotation "@%s" in %s was never imported.… 741 …throw AnnotationException::semanticalError(sprintf('The annotation "@%s" in %s does not exist, or … 760 …throw AnnotationException::semanticalError(sprintf('The class "%s" is not annotated with @Annotati… 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['… 815 …throw AnnotationException::attributeTypeError($property, $originalName, $this->context, 'either a(… [all …]
|
D | AnnotationReader.php | 178 * @throws AnnotationException 183 throw AnnotationException::optimizerPlusSaveComments(); 187 throw AnnotationException::optimizerPlusSaveComments(); 192 throw AnnotationException::optimizerPlusLoadComments(); 196 throw AnnotationException::optimizerPlusLoadComments();
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
D | custom.rst | 65 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
|