org.qi4j.api.mixin
Class MixinTypeNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.qi4j.api.mixin.MixinMappingException
                  extended by org.qi4j.api.mixin.MixinTypeNotAvailableException
All Implemented Interfaces:
Serializable

public class MixinTypeNotAvailableException
extends MixinMappingException

This Exception is thrown when no visible Composite implements the MixinType that is requested to be built in the builder.

See Also:
Serialized Form

Constructor Summary
MixinTypeNotAvailableException(Class<?> mixinType)
           
MixinTypeNotAvailableException(Class<?> mixinType, String moduleModelName)
           
 
Method Summary
 Class<?> mixinType()
           
 String moduleName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MixinTypeNotAvailableException

public MixinTypeNotAvailableException(Class<?> mixinType)

MixinTypeNotAvailableException

public MixinTypeNotAvailableException(Class<?> mixinType,
                                      String moduleModelName)
Method Detail

mixinType

public Class<?> mixinType()

moduleName

public String moduleName()