org.jdtaus.core.container
Class MissingDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.jdtaus.core.container.MissingDependencyException
All Implemented Interfaces:
Serializable

public class MissingDependencyException
extends IllegalStateException

Gets thrown when dependency meta-data is missing.

Version:
$Id: MissingDependencyException.java 8044 2009-07-02 01:29:05Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

Constructor Summary
MissingDependencyException(String identifier)
          Creates a new instance of MissingDependencyException taking the identifier of the missing dependency.
 
Method Summary
 String getIdentifier()
          Gets the identifier of the missing dependency.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingDependencyException

public MissingDependencyException(String identifier)
Creates a new instance of MissingDependencyException taking the identifier of the missing dependency.

Parameters:
identifier - the identifier of the missing dependency.
Method Detail

getIdentifier

public String getIdentifier()
Gets the identifier of the missing dependency.

Returns:
the identifier of the missing dependency or null.


Copyright © 2005-2009 jDTAUS. All Rights Reserved.