Searched refs:DescriptorValidationException (Results 1 – 14 of 14) sorted by relevance
268 throws DescriptorValidationException { in buildFrom()290 throws DescriptorValidationException { in buildFrom()349 } catch (DescriptorValidationException e) { in internalBuildGeneratedFileFrom()450 throws DescriptorValidationException { in FileDescriptor()463 throw new DescriptorValidationException(this, in FileDescriptor()470 throw new DescriptorValidationException(this, in FileDescriptor()510 throws DescriptorValidationException { in FileDescriptor()528 private void crossLink() throws DescriptorValidationException { in crossLink()771 Descriptor(final String fullname) throws DescriptorValidationException { in Descriptor()800 throws DescriptorValidationException { in Descriptor()[all …]
79 … throw new DescriptorValidationException(this, "Field numbers must be positive integers."); in FieldDescriptor()87 throw new DescriptorValidationException(this, in FieldDescriptor()276 … throw new DescriptorValidationException(this, $"\"{Proto.TypeName}\" is not a type."); in CrossLink()284 … throw new DescriptorValidationException(this, $"\"{Proto.TypeName}\" is not a message type."); in CrossLink()290 … throw new DescriptorValidationException(this, "Messages can't have default values."); in CrossLink()297 … throw new DescriptorValidationException(this, $"\"{Proto.TypeName}\" is not an enum type."); in CrossLink()303 … throw new DescriptorValidationException(this, "Field with primitive type has type_name."); in CrossLink()310 …throw new DescriptorValidationException(this, "Field with message or enum type missing type_name."… in CrossLink()320 … throw new DescriptorValidationException(this, "MessageSet format is not supported."); in CrossLink()336 …throw new DescriptorValidationException(this, $"Property {propertyName} not found in {ContainingTy… in CreateAccessor()
41 public sealed class DescriptorValidationException : Exception class63 internal DescriptorValidationException(IDescriptor problemDescriptor, string description) : in DescriptorValidationException() method in Google.Protobuf.Reflection.DescriptorValidationException73 …internal DescriptorValidationException(IDescriptor problemDescriptor, string description, Exceptio… in DescriptorValidationException() method in Google.Protobuf.Reflection.DescriptorValidationException
139 throw new DescriptorValidationException(file, in AddPackage()179 throw new DescriptorValidationException(descriptor, message); in AddSymbol()196 throw new DescriptorValidationException(descriptor, "Missing name."); in ValidateSymbolName()200 throw new DescriptorValidationException(descriptor, in ValidateSymbolName()234 throw new DescriptorValidationException(field, "Field number " + field.FieldNumber + in AddFieldByNumber()325 … throw new DescriptorValidationException(relativeTo, "\"" + name + "\" is not defined."); in LookupSymbol()
103 … throw new DescriptorValidationException(@this, "Invalid public dependency index.");111 … throw new DescriptorValidationException(@this, "Invalid public dependency: " + name);249 throw new DescriptorValidationException( in BuildFrom()258 throw new DescriptorValidationException( in BuildFrom()312 catch (DescriptorValidationException e) in FromGeneratedCode()
91 …throw new DescriptorValidationException(this, "\"" + Proto.InputType + "\" is not a message type."… in CrossLink()98 …throw new DescriptorValidationException(this, "\"" + Proto.OutputType + "\" is not a message type.… in CrossLink()
111 …throw new DescriptorValidationException(this, $"Property {clrName}Case not found in {containingTyp… in CreateAccessor()116 …throw new DescriptorValidationException(this, $"Method Clear{clrName} not found in {containingType… in CreateAccessor()
59 … throw new DescriptorValidationException(this, "Enums must contain at least one value."); in EnumDescriptor()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
39 import com.google.protobuf.Descriptors.DescriptorValidationException;469 } catch (DescriptorValidationException e) { in testDescriptorValidatorException()569 } catch (DescriptorValidationException e) { in testInvalidPublicDependency()590 } catch (DescriptorValidationException e) { in testUnknownFieldsDenied()640 } catch (DescriptorValidationException e) { in testHiddenDependency()
159 } catch (Descriptors.DescriptorValidationException e) { in buildFileDescriptor()
146 csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs \
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...