org.qi4j.api.object
Class NoSuchObjectException

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

public class NoSuchObjectException
extends InvalidApplicationException

See Also:
Serialized Form

Constructor Summary
NoSuchObjectException(String type, String moduleName)
           
 
Method Summary
 String moduleName()
           
 String objectType()
           
 
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

NoSuchObjectException

public NoSuchObjectException(String type,
                             String moduleName)
Method Detail

objectType

public String objectType()

moduleName

public String moduleName()