Uses of Class
net.sf.seaf.exception.SeafRuntimeException

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
<Type> Type
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
<Type> Type
SpringFactory.getInstanceOf(Class<Type> type)
          Return a bean of the specified type from Spring bean factory.
<Type> Type
InitializingFactory.getInstanceOf(Class<Type> type)
           
 



Copyright © 2008-2011 SEAF. All Rights Reserved.