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:
java.io.Serializable

public class NoSuchObjectException
extends InvalidApplicationException

This exception is thrown if no visible Object of the requested type can be found.

See Also:
Serialized Form

Constructor Summary
NoSuchObjectException(java.lang.String type, java.lang.String moduleName)
           
 
Method Summary
 java.lang.String moduleName()
           
 java.lang.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(java.lang.String type,
                             java.lang.String moduleName)
Method Detail

objectType

public java.lang.String objectType()

moduleName

public java.lang.String moduleName()