org.qi4j.api.common
Class ConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.qi4j.api.common.ConstructionException
All Implemented Interfaces:
Serializable

public class ConstructionException
extends RuntimeException

Thrown when a Fragment or object could not be instantiated. This includes, but not be limited to;

See the nested exception for additional details.

See Also:
Serialized Form

Constructor Summary
ConstructionException()
           
ConstructionException(String message)
           
ConstructionException(String message, Throwable cause)
           
ConstructionException(Throwable cause)
           
 
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

ConstructionException

public ConstructionException()

ConstructionException

public ConstructionException(String message)

ConstructionException

public ConstructionException(String message,
                             Throwable cause)

ConstructionException

public ConstructionException(Throwable cause)