org.qi4j.bootstrap
Class AssemblyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qi4j.bootstrap.AssemblyException
All Implemented Interfaces:
Serializable

public class AssemblyException
extends Exception

Thrown by ModuleAssembly if the Assembler tries to make an invalid assembly.

See Also:
Serialized Form

Constructor Summary
AssemblyException()
           
AssemblyException(String string)
           
AssemblyException(String string, Throwable throwable)
           
AssemblyException(Throwable throwable)
           
 
Method Summary
 
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

AssemblyException

public AssemblyException()

AssemblyException

public AssemblyException(String string)

AssemblyException

public AssemblyException(String string,
                         Throwable throwable)

AssemblyException

public AssemblyException(Throwable throwable)