Search in sources :

Example 1 with Throws

use of org.whole.lang.tests.model.Throws in project whole by wholeplatform.

the class ThrowsPart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    Throws entity = getModelEntity();
    List<IEntity> list = new ArrayList<IEntity>(1);
    list.add(entity.getThrowableType());
    return list;
}
Also used : IEntity(org.whole.lang.model.IEntity) ArrayList(java.util.ArrayList) Throws(org.whole.lang.tests.model.Throws)

Aggregations

ArrayList (java.util.ArrayList)1 IEntity (org.whole.lang.model.IEntity)1 Throws (org.whole.lang.tests.model.Throws)1