|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SeafRuntimeException | |
|---|---|
| net.sf.seaf.exception | |
| net.sf.seaf.factory | |
| net.sf.seaf.factory.impl | |
| Uses of SeafRuntimeException in net.sf.seaf.exception |
|---|
| Subclasses of SeafRuntimeException in net.sf.seaf.exception | |
|---|---|
class |
NotInitializedException
Thrown when accessing an object that has not been (fully) initialized yet. |
class |
SeafClassLoadingException
Thrown when a specified class cannot be loaded. |
class |
SeafConversionException
Thrown when a value cannot be converted. |
class |
SeafInitializationException
Thrown when a specified object cannot be initialized. |
class |
SeafInstantiationException
Thrown when a specified object cannot be instantiated. |
class |
SeafInvocationException
Thrown when invoking a method. |
class |
SeafTypeResolvingException
Thrown when a type cannot be resolved. |
| Uses of SeafRuntimeException in net.sf.seaf.factory |
|---|
| Methods in net.sf.seaf.factory that throw SeafRuntimeException | ||
|---|---|---|
|
Factory.getInstanceOf(Class<Type> type)
Return an initialized instance of the specified type. |
|
| Uses of SeafRuntimeException in net.sf.seaf.factory.impl |
|---|
| Methods in net.sf.seaf.factory.impl that throw SeafRuntimeException | ||
|---|---|---|
|
SpringFactory.getInstanceOf(Class<Type> type)
Return a bean of the specified type from Spring bean factory. |
|
|
InitializingFactory.getInstanceOf(Class<Type> type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||