Uses of Class
dev.metaschema.schemagen.SchemaGenerationException
Packages that use SchemaGenerationException
Package
Description
Provides XML Schema (XSD) generation from Metaschema modules.
-
Uses of SchemaGenerationException in dev.metaschema.schemagen.xml
Methods in dev.metaschema.schemagen.xml that return types with arguments of type SchemaGenerationExceptionModifier and TypeMethodDescriptionprotected @Owning AutoCloser<org.codehaus.stax2.XMLStreamWriter2,SchemaGenerationException> Method parameters in dev.metaschema.schemagen.xml with type arguments of type SchemaGenerationExceptionModifier and TypeMethodDescriptionprotected dev.metaschema.schemagen.xml.impl.XmlGenerationStateXmlSchemaGenerator.newGenerationState(IModule module, AutoCloser<org.codehaus.stax2.XMLStreamWriter2, SchemaGenerationException> schemaWriter, IConfiguration<SchemaGenerationFeature<?>> configuration)