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 TypeMethodDescriptionvoidModello.generate(Reader modelReader, String outputType, Properties parameters) voidModello.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 TypeMethodDescriptionvoidDefaultModelloCore.generate(Model model, String outputType, Properties parameters) voidModelloCore.generate(Model model, String outputType, Properties parameters) voidvoidvoidDefaultModelloCore.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 TypeMethodDescriptionvoidModelloGenerator.generate(Model model, Properties parameters) protected voidAbstractModelloGenerator.initialize(Model model, Properties parameters)