|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type that gets created by the factory.X - Exception that can get thrown during execution of the factory
method. If no exception is thrown, use
NeverThrownRuntimeException.public interface IFactory<T,X extends Exception>
Generic factory interface.
| Method Summary | |
|---|---|
T |
create()
Factory method |
| Method Detail |
|---|
T create()
throws X extends Exception
X extends Exception
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||