Uses of Class
org.codehaus.modello.ModelloException
Packages that use ModelloException
Package
Description
-
Uses of ModelloException in org.codehaus.modello
Methods in org.codehaus.modello that throw ModelloExceptionModifier and TypeMethodDescriptionvoid
Modello.generate
(Reader modelReader, String outputType, Properties parameters) void
Modello.translate
(Reader reader, Writer writer, String outputType, Properties parameters) Constructors in org.codehaus.modello that throw ModelloException -
Uses of ModelloException in org.codehaus.modello.core
Methods in org.codehaus.modello.core that throw ModelloExceptionModifier and TypeMethodDescriptionvoid
DefaultModelloCore.generate
(Model model, String outputType, Properties parameters) void
ModelloCore.generate
(Model model, String outputType, Properties parameters) void
void
void
DefaultModelloCore.translate
(Reader reader, String inputType, Properties parameters) ModelloCore.translate
(Reader reader, String inputType, Properties parameters) -
Uses of ModelloException in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io that throw ModelloException -
Uses of ModelloException in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata that throw ModelloExceptionModifier and TypeMethodDescriptionMetadataPlugin.getAssociationMetadata
(ModelAssociation association, Map<String, String> data) MetadataPlugin.getClassMetadata
(ModelClass clazz, Map<String, String> data) MetadataPlugin.getFieldMetadata
(ModelField field, Map<String, String> data) MetadataPlugin.getInterfaceMetadata
(ModelInterface iface, Map<String, String> data) MetadataPlugin.getModelMetadata
(Model model, Map<String, String> data) -
Uses of ModelloException in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that throw ModelloExceptionModifier and TypeMethodDescriptionvoid
ModelloGenerator.generate
(Model model, Properties parameters) protected void
AbstractModelloGenerator.initialize
(Model model, Properties parameters)