org.apache.xbean.recipe
Class UnresolvedReferencesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.xbean.recipe.ConstructionException
                  extended by org.apache.xbean.recipe.UnresolvedReferencesException
All Implemented Interfaces:
Serializable

public class UnresolvedReferencesException
extends ConstructionException

See Also:
Serialized Form

Constructor Summary
UnresolvedReferencesException(Map<String,List<Reference>> unresolvedRefs)
           
UnresolvedReferencesException(String message, Map<String,List<Reference>> unresolvedRefs)
           
UnresolvedReferencesException(String message, Throwable cause, Map<String,List<Reference>> unresolvedRefs)
           
UnresolvedReferencesException(Throwable cause, Map<String,List<Reference>> unresolvedRefs)
           
 
Method Summary
 Map<String,List<Reference>> getUnresolvedRefs()
           
 
Methods inherited from class org.apache.xbean.recipe.ConstructionException
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UnresolvedReferencesException

public UnresolvedReferencesException(Map<String,List<Reference>> unresolvedRefs)

UnresolvedReferencesException

public UnresolvedReferencesException(String message,
                                     Map<String,List<Reference>> unresolvedRefs)

UnresolvedReferencesException

public UnresolvedReferencesException(String message,
                                     Throwable cause,
                                     Map<String,List<Reference>> unresolvedRefs)

UnresolvedReferencesException

public UnresolvedReferencesException(Throwable cause,
                                     Map<String,List<Reference>> unresolvedRefs)
Method Detail

getUnresolvedRefs

public Map<String,List<Reference>> getUnresolvedRefs()


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.