|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelValidationException | |
---|---|
org.codehaus.modello | |
org.codehaus.modello.core | |
org.codehaus.modello.model |
Uses of ModelValidationException in org.codehaus.modello |
---|
Methods in org.codehaus.modello that throw ModelValidationException | |
---|---|
void |
Modello.generate(Reader modelReader,
String outputType,
Properties parameters)
|
void |
Modello.translate(Reader reader,
Writer writer,
String outputType,
Properties parameters)
|
Uses of ModelValidationException in org.codehaus.modello.core |
---|
Methods in org.codehaus.modello.core that throw ModelValidationException | |
---|---|
Model |
AbstractModelloCore.input(Reader reader)
|
Model |
DefaultModelloCore.loadModel(File file)
|
Model |
ModelloCore.loadModel(File file)
|
Model |
DefaultModelloCore.loadModel(Reader reader)
|
Model |
ModelloCore.loadModel(Reader reader)
|
Model |
ModelloCore.translate(Reader reader,
String inputType,
Properties parameters)
|
Uses of ModelValidationException in org.codehaus.modello.model |
---|
Methods in org.codehaus.modello.model that throw ModelValidationException | |
---|---|
static ModelDefault |
ModelDefault.getDefault(String key)
|
void |
BaseElement.validate()
|
void |
ModelAssociation.validateElement()
|
void |
ModelDefault.validateElement()
|
void |
ModelClass.validateElement()
|
void |
ModelInterface.validateElement()
|
abstract void |
BaseElement.validateElement()
|
void |
ModelField.validateElement()
|
protected void |
BaseElement.validateFieldNotEmpty(String objectName,
String fieldName,
String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |