|
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 java.lang.Exception>
Generic factory interface.
Method Summary | |
---|---|
T |
create()
Factory method |
Method Detail |
---|
T create() throws X extends java.lang.Exception
X extends java.lang.Exception
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |